Elizabeth
Elizabeth
Hi @pinjuu, I will just need some more information from you. How did you install SLEAP? Please provide the command you are using to get this error. Thanks! Elizabeth
Great job @emdavis02! - We could try it with and without the additional argument to determine if the input is a directory. It might be sufficient to use `Path.isdir()` and...
It looks like your skeletons is an empty list. Are you able to open this project in the GUI and take a peek at the skeleton and labels?
Thanks! Here is the correspondence between `os.path` and `Path`: [correspondence to tools in the os module](https://docs.python.org/3/library/pathlib.html#correspondence-to-tools-in-the-os-module)
We have released again since the pre-release: https://github.com/talmolab/sleap/releases/tag/v1.4.1. If you upload your sleap package [here](https://docs.google.com/forms/d/e/1FAIpQLSfWBwcuZH8lxGyFabMAODLjSUE4YrSCYbrrnYvXCpgBqZpcJA/viewform), we can try to replicate your error. Thanks, Elizabeth
Hi @aminerva, Thanks for sending your log. How did you install SLEAP? If you could send me your environment info that would be super helpful! A combination of `conda list`...
@aminerva here is an image with SLEAP and its dependencies installed. This should work on your cluster. Please follow the directions in the README to use it. https://gitlab.com/salk-tm/sleap-train
Hi @miteshkalathiya, According to your logs, you do not have enough GPU memory to run inference with those parameters. Please try decreasing the batch size if you do not have...
Hi @rikebuck, How did you install SLEAP? It looks like you have `tensorflow` 2.12 but our `conda` package is `tensorflow` 2.7 for Windows and Linux. Here is an image with...
Hi @rikebuck, You should speak with your cluster managers about the best way to use a container on your cluster. Usually there is singularity or docker already installed. You might...