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 .