Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'graphs.losses.cross_entropy' #3

Open
LeighDavis opened this issue Feb 13, 2021 · 0 comments
Open

Comments

@LeighDavis
Copy link

LeighDavis commented 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 .

@LeighDavis LeighDavis changed the title How can I run this in Google Colab? ModuleNotFoundError: No module named 'graphs.losses.cross_entropy' Feb 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant