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
python scratch_mlp/scratch_mlp.py
Traceback (most recent call last):
File "scratch_mlp/scratch_mlp.py", line 13, in <module>
from scratch_mlp import utils
File "/root/NNs/scratch_mlp/scratch_mlp.py", line 13, in <module>
from scratch_mlp import utils
ImportError: cannot import name 'utils'
Origin code:
# scratch_mlp.py
from scratch_mlp import utils
Code works for me:
import utils
Tested environments:
Windows 7, Ubuntu 16.04
Python 3.5 and 3.7
The text was updated successfully, but these errors were encountered:
Error:
Origin code:
Code works for me:
Tested environments:
Windows 7, Ubuntu 16.04
Python 3.5 and 3.7
The text was updated successfully, but these errors were encountered: