by keithsheppard | Nov 5, 2021 | Data
All of our data files are available for download from zenodo under the DOI 10.5281/zenodo.5636430. This release contains data files for our publication: “Stride-level analysis of mouse open field behavior using deep learning-based pose estimation”. Also...
by keithsheppard | Mar 27, 2020 | Lab Blog
We all know it’s important to use GPU resources efficiently, especially during inference. One easy and highly effective way to achieve this is to reorder some of your inference logic to exploit PyTorch’s asynchronous GPU operations. This becomes especially...