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
Any suggestions or script line to run? If I do !bash run.sh, I am getting the following error:
Traceback (most recent call last): File "main.py", line 14, in <module> from agents import * File "/content/drive/My Drive/Bluebox/try5/CondenseNet/agents/__init__.py", line 7, in <module> mod = __import__('.'.join([__name__, py]), fromlist=[py]) File "/content/drive/My Drive/Bluebox/try5/CondenseNet/agents/condensenet.py", line 17, in <module> from graphs.losses.cross_entropy import CrossEntropyLoss2d ModuleNotFoundError: No module named 'graphs.losses.cross_entropy'
I have installed all packages per the CondenseNet-PyTorch/requirements.txt .
The text was updated successfully, but these errors were encountered:
LeighDavis
changed the title
How can I run this in Google Colab?
ModuleNotFoundError: No module named 'graphs.losses.cross_entropy'
Feb 13, 2021
Any suggestions or script line to run? If I do
!bash run.sh
, I am getting the following error:Traceback (most recent call last):
File "main.py", line 14, in <module>
from agents import *
File "/content/drive/My Drive/Bluebox/try5/CondenseNet/agents/__init__.py", line 7, in <module>
mod = __import__('.'.join([__name__, py]), fromlist=[py])
File "/content/drive/My Drive/Bluebox/try5/CondenseNet/agents/condensenet.py", line 17, in <module>
from graphs.losses.cross_entropy import CrossEntropyLoss2d
ModuleNotFoundError: No module named 'graphs.losses.cross_entropy'
I have installed all packages per the CondenseNet-PyTorch/requirements.txt .
The text was updated successfully, but these errors were encountered: