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 'models.gridNet' #4

Open
ZYzhouya opened this issue Oct 13, 2020 · 3 comments
Open

ModuleNotFoundError: No module named 'models.gridNet' #4

ZYzhouya opened this issue Oct 13, 2020 · 3 comments

Comments

@ZYzhouya
Copy link

Thanks for your great work!

When I run “python run_seq2.py --cuda --n_iter 3 --skip 2”,I get the error as below:

ModuleNotFoundError: No module named 'models.gridNet'

Could you provide the gridNet.py file?

@mhmtsarigul
Copy link

I have the same problem. Please can you provide gridnet.py.

@jinsc37
Copy link
Owner

jinsc37 commented Oct 21, 2020

Hi, sorry for the inconvenience.
I think just commenting out the 7th line in models/models.py will fix it.
gridNet is deprecated from our code.
thx!

@mhmtsarigul
Copy link

Thanks for quick reply. I removed gridNet.

it asked for sintel.pytorch

FileNotFoundError: [Errno 2] No such file or directory: './trained_models/sintel.pytorch'

I download it from https://github.com/vt-vl-lab/pwc-net.pytorch/blob/master/models/sintel.pytorch

and it worked.

Thanks for sharing your great work.

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