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 couldn't run the program properly and had an error calling the package while pycharm was running the scratch_mlp/py file.This is the content of the error:<class 'ImportError'>, ImportError("cannot import name 'utils' from partially initialized module 'scratch_mlp' (most likely due to a circular import).
The text was updated successfully, but these errors were encountered:
from scratch_mlp import utils
The problem seems to be in this line of code. I have checked the library I installed, but the name is not repeated. May I ask how I should modify it?
I couldn't run the program properly and had an error calling the package while pycharm was running the scratch_mlp/py file.This is the content of the error:<class 'ImportError'>, ImportError("cannot import name 'utils' from partially initialized module 'scratch_mlp' (most likely due to a circular import).
The text was updated successfully, but these errors were encountered: