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

Models #42

Closed
coderclear opened this issue Mar 14, 2018 · 5 comments
Closed

Models #42

coderclear opened this issue Mar 14, 2018 · 5 comments

Comments

@coderclear
Copy link

coderclear commented Mar 14, 2018

I download models from ''Converted Caffe Pre-trained Models'', but I can not open the model?
When I extracted the file, "An error occurred while loading the archive".
Did anyone come with this issue?

@bkvie
Copy link

bkvie commented Mar 14, 2018

Had the issue, downloading them again, and making sure of the path to file did the trick.
Maybe provide more error context.
Alternatively use weights from: https://github.com/ClementPinard/FlowNetPytorch

@JiamingSuen
Copy link

It's actually not a tarball file, it's just the output of torch.save, which is a serialized dict object.

@coderclear
Copy link
Author

thanks for your replay, but I have a new issue, like this:
Overall Progress: 0%| | 0/1 [00:00<?, ?it/s]Traceback (most recent call last):
File "main.py", line 396, in
stats = inference(args=args, epoch=epoch - 1, data_loader=inference_loader, model=model_and_loss, offset=offset)
NameError: name 'inference_loader' is not defined
@JiamingSuen

@fitsumreda
Copy link
Contributor

this happens when inference_dataset_root points to an empty folder or it doesn't exist.

@coderclear
Copy link
Author

I had solved this issue,thank you all .

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

4 participants