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

modeling.m_vgg #9

Open
Chrisz7709 opened this issue Mar 19, 2023 · 1 comment
Open

modeling.m_vgg #9

Chrisz7709 opened this issue Mar 19, 2023 · 1 comment

Comments

@Chrisz7709
Copy link

Hello, when attempting to run "python train_generic.py --model MARNet --epochs 100 --dataset qnrf --train_json json/qnrf_train.json --val_json json/qnrf_val.json --loss 3avg-ms-ssim --lazy_val 0" I get the error code "Traceback (most recent call last):
File "train_generic.py", line 26, in
from modeling import *
File "C:\Users\Horton\MARUNet\modeling_init_.py", line 3, in
from .m_vgg import M_VGG
ModuleNotFoundError: No module named 'modeling.m_vgg' "
Would I be able to get some clarification if there is supposed to be a file named "modeling.m_vgg"?

@rongliangzi
Copy link
Owner

Hi, you can remove the lines raising errors and only keep line 1, 24, 29.
These lines appear there because I used them to compare different modules earlier, and you can find those module in history commits.
Hope it helps.

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

2 participants