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 got the following error while using your online normalization pytorch.
ImportError: cannot import name '_C' from partially initialized module 'online_norm_pytorch' (most likely due to a circular import)
Also there is no _C file in online_norm_pytorch, so it is normal that the line : from online_norm_pytorch import _C make the code crash. Where is this _C ?
Thanks for your help
The text was updated successfully, but these errors were encountered:
Hello!
I got the following error while using your online normalization pytorch.
ImportError: cannot import name '_C' from partially initialized module 'online_norm_pytorch' (most likely due to a circular import)
Also there is no _C file in online_norm_pytorch, so it is normal that the line :
from online_norm_pytorch import _C
make the code crash. Where is this _C ?Thanks for your help
The text was updated successfully, but these errors were encountered: