-
Notifications
You must be signed in to change notification settings - Fork 457
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 'misc' #62
Comments
sys.path.insert(1, '/path/to/StackGAN-master') |
@mubeen-ikram Hey - I am running into a similar issue when running:
I am getting an error which says I have confirmed that the "config.py" file is there in the folder "misc" - do you know why it is having issues finding this module? |
I haven't work on the testing of project for quite a long time give me a day or two so i can work on it |
@mubeen-ikram - thanks a lot for the reply! And no need, I have found the solution: The reason was quite a simple one which was covered by the instructions - you're supposed to add the folder path to the linux PYTHONPATH so that it can find the modules. Really appreciate you being willing to work on it though! |
@mubeen-ikram @jdesouza-ai i am trying to train the model on google colab . |
Brother import to gdrive and copy the path |
can u please elobarte how to do it? |
traceback (most recent call last):
File "misc/preprocess_birds.py", line 10, in
from misc.utils import get_image
ModuleNotFoundError: No module named 'misc'
The text was updated successfully, but these errors were encountered: