You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just found an interesting discussion on this problem where a few solutions and link to interesting tutorials are provided. Most of the times seems that a simple sudo systemctl restart docker does the trick.
Hello,
While using biapy-gui to train a unet network, we encountered an unexpected stop with this error message:
Except we have a nvidia gpu correctly configured and correctly detected by biapy.
On a other computer with an another card (GeForce RTX 3090), with the same installation, same nvidia driver the unet training is working correctly.
Same installation, same nvidia driver but different capabilities!
cf https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#features-and-technical-specifications.
We suspect that you use Bfloat16 unavailable for card with 7.x capabilities
Thanks
Here is the log:
The text was updated successfully, but these errors were encountered: