trained in Colab, but when opening predictions.slp file, it seems like it didn't label anything #1631
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
sooo update, I've had a look at the single_instance.json that is created after "Predict/Run training/Save configuration files", and it is pretty much empty (or at least with null values everywhere):
And even after training, doesn't change at all, looks the same, still null values. I'm beginning to think that I've missed a pretty important step but I can't seem to figure out what. |
Beta Was this translation helpful? Give feedback.
-
Hello, @delaroob! It looks like your issue stems from your model configuration. The receptive field based on your screenshot, (illustrated by the blue box above) appears to be too small relative to the animal you are trying to track. Based on your training logs we can see your loss is not decreasing which is detected by SLEAP, and will consequently reduce the learning rate to prevent overfitting. Since the training was not working and was not improving in its validation, SLEAP terminated this whole process earlier. In terms of how we can fix this issue, you can attempt a few things.
If you have any other questions let us know! Best, |
Beta Was this translation helpful? Give feedback.
-
hi @Marielamend, in the dropdown menu, I selected baseline_large_rf.single(baseline_large_rf.single.json), and scaled the input to 0.5. Though the single_instance.json is still basically a bunch of null values, but I guess thats not a problem then. |
Beta Was this translation helpful? Give feedback.
Hello, @delaroob!
It looks like your issue stems from your model configuration. The receptive field based on your screenshot, (illustrated by the blue box above) appears to be too small relative to the animal you are trying to track. Based on your training logs we can see your loss is not decreasing which is detected by SLEAP, and will consequently reduce the learning rate to prevent overfitting. Since the training was not working and was not improving in its validation, SLEAP terminated this whole process earlier. In terms of how we can fix this issue, you can attempt a few things.
You can change the configuration under your single instance model, by selecting in the dropdown (baseline…