-
Hey @talmo ! I'm working through the sleap tutorial on a PC with a decent GPU. The initial training step is taking a bit of time though...: Here's the dump from terminal - can't really see anything weird. Any idea what I need to do differently?
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Hey @panichem! Are you able to use the sample dataset from the tutorial? If so, or if you just want to give it a quick try, does training a bottom-up multi-animal model work? (This works for single animals as well.) Give those a spin and if neither works, do you mind sharing the video + .slp file with Talmo |
Beta Was this translation helpful? Give feedback.
-
Hi @panichem, I also came across this when I created a model where the receptive field (RF) size was relatively small compared to the overall frame size. You could try lowering the input scaling to ~0.5 (which increases the RF size) and see how that effects the first epoch training time. Please let us know if any of these solutions worked. Thanks, |
Beta Was this translation helpful? Give feedback.
-
@talmo @roomrys - I switched to a bottom-up model and changed the RF scaling to .5 and now the first ~10 epochs are done in a few minutes. Thanks for your help!! |
Beta Was this translation helpful? Give feedback.
-
Marking this as a TODO since there is a work-around, but we still need to find the root cause (and prevent it from happening) |
Beta Was this translation helpful? Give feedback.
-
The fact that there weren't any errors and that training didn't even start makes me think it's a tensorflow deadlock. We've run into this in the past (see attempted fixes in 613c201 and 492b67b). I think it's related to how we use In the past I've had a hard time reliably reproducing this -- it seems to be stochastic and maybe system-dependent -- so maybe let's just close this for now and revisit it if more people are having the same problem. Also moving this to Discussions so folks see it when asking q's. Thanks for the report @panichem! |
Beta Was this translation helpful? Give feedback.
@talmo @roomrys - I switched to a bottom-up model and changed the RF scaling to .5 and now the first ~10 epochs are done in a few minutes. Thanks for your help!!