Optimization loop failed #1750
Replies: 5 comments 4 replies
-
Hi @IsabelleSajonia, Can you provide us with your full logs to see if there is anything before or after that can help us further diagnose the issue? Best, |
Beta Was this translation helpful? Give feedback.
-
what is in the terminal before: INFO:sleap.nn.inference:Auto-selected GPU 0 with 23637 MiB of free memory. System: 2024-05-08 14:27:19.453876: W tensorflow/core/data/root_dataset.cc:163] Optimization loop failed: CANCELLED: Operation was cancelled |
Beta Was this translation helpful? Give feedback.
-
and this is my GPU performance during so should be accessing it |
Beta Was this translation helpful? Give feedback.
-
Hi @IsabelleSajonia, I believe the error is starting at this line:
How did you install SLEAP? Thanks, Elizabeth |
Beta Was this translation helpful? Give feedback.
-
Hey folks, just to chime in here: this is a warning from TensorFlow and something which can be safely ignored. It tries to automatically parallelize several steps of the data loading pipeline, but if it can't, there's no real issue. It also shouldn't matter much for inference/tracking since those are bottlenecked mostly by I/O and other steps not affected by this data loading pipeline. |
Beta Was this translation helpful? Give feedback.
-
How can I resolve this message? I get this when running inference, but my results look good for the most part, maybe just on the slower side (130 FPS).
Beta Was this translation helpful? Give feedback.
All reactions