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
Traceback (most recent call last):
File "/Users/garrettlove/Development/learn/nnfs/nnfs.py", line 2, in <module>
from nnfs.datasets import spiral_data
File "/Users/garrettlove/Development/learn/nnfs/nnfs.py", line 2, in <module>
from nnfs.datasets import spiral_data
ModuleNotFoundError: No module named 'nnfs.datasets'; 'nnfs' is not a package
The text was updated successfully, but these errors were encountered:
After running
pip install nnfs
I get this error:The text was updated successfully, but these errors were encountered: