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 'exps' #15

Open
Tezcan98 opened this issue Nov 13, 2022 · 4 comments
Open

ModuleNotFoundError: No module named 'exps' #15

Tezcan98 opened this issue Nov 13, 2022 · 4 comments

Comments

@Tezcan98
Copy link

hi everyone, I got this issue
...File "cfgs/m_s50_onex_dfp_tal_flip.py", line 189, in get_trainer
from exps.train_utils.double_trainer import Trainer
ModuleNotFoundError: No module named 'exps'

Actually I ran code on local I got this error but when I try "echo export PYTHONPATH=$PYTHONPATH:$ADDPATH >> " it worked. But as you can guess my local GPU didn't enough for training. And I established everything on colab but this time "echo export..." didn't save me.

@ManZ1919
Copy link

README.md

> # add StreamYOLO to PYTHONPATH and add this line to ~/.bashrc or ~/.zshrc (change the file accordingly)
> ADDPATH=$(pwd)
> echo export PYTHONPATH=$PYTHONPATH:$ADDPATH >> ~/.bashrc
> source ~/.bashrc

try this before you run the code

@Tezcan98
Copy link
Author

unfortunately it doesn't work. İt was working on local but colab

@Tezcan98
Copy link
Author

Tezcan98 commented Nov 17, 2022

Actually after I run this code in cfgs folder I can call "from exps.train_utils.double_trainer import Trainer" command without any issue, but code claims from somethings.
Edit: I think I can successfully export the path path but when colab calls .py file, this can't see paths which I exported

@fanfan0130
Copy link

你好,我想问一下,测试结果如何可视化

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

3 participants