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

Google colab demo problem #21

Open
Riretta opened this issue Nov 8, 2020 · 5 comments
Open

Google colab demo problem #21

Riretta opened this issue Nov 8, 2020 · 5 comments

Comments

@Riretta
Copy link

Riretta commented Nov 8, 2020

Using unmodified Googlecolab I got this error:

model = create_model(opt)
model.setup_to_test('coco_finetuned_mask_256_ffs')

initialize network with normal
initialize network with normal
initialize network with normal
model [FusionModel] was created
load Fusion model from checkpoints/coco_finetuned_mask_256_ffs/latest_net_GF.pth

FileNotFoundError Traceback (most recent call last)
in ()
1 model = create_model(opt)
----> 2 model.setup_to_test('coco_finetuned_mask_256_ffs')

3 frames
/usr/local/lib/python3.6/dist-packages/torch/serialization.py in init(self, name, mode)
213 class _open_file(_opener):
214 def init(self, name, mode):
--> 215 super(_open_file, self).init(open(name, mode))
216
217 def exit(self, *args):

FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints/coco_finetuned_mask_256_ffs/latest_net_GF.pth'

@limeysoda
Copy link

Yeah the checkpoint zip fails

@ericsujw
Copy link
Owner

ericsujw commented Nov 9, 2020

Do you run the section 4 for downloading the model?

!sh scripts/download_model.sh

I've just checked the notebook, and still not found any problem.

@Riretta
Copy link
Author

Riretta commented Nov 9, 2020 via email

@Riretta
Copy link
Author

Riretta commented Nov 9, 2020 via email

@dkuku
Copy link

dkuku commented Dec 21, 2020

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