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

[Model/Framework] What is the problem? #683

Open
epignatelli opened this issue Sep 9, 2020 · 0 comments
Open

[Model/Framework] What is the problem? #683

epignatelli opened this issue Sep 9, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@epignatelli
Copy link

Related to WaveGlow/Pytorch

Describe the bug
Loading the model from the torch hub results into an error - see below.
The code breaks when trying to load the checkpoint.
Checkpoint downloaded at: https://api.ngc.nvidia.com/v2/models/nvidia/waveglowpyt_fp32/versions/1/files/nvidia_waveglowpyt_fp32_20190306.pth
returns {}

To Reproduce
Steps to reproduce the behavior:

import torch
waveglow = torch.hub.load('nvidia/DeepLearningExamples:torchhub', 'nvidia_waveglow')

output

RuntimeError: unexpected EOF, expected 5024280 more bytes. The file might be corrupted.

Expected behavior
A clear and concise description of what you expected to happen.

Environment
Please provide at least:

  • Container version (e.g. pytorch:19.05-py3):
  • GPUs in the system: (e.g. 8x Tesla V100-SXM2-16GB):
  • CUDA driver version (e.g. 418.67):
@epignatelli epignatelli added the bug Something isn't working label Sep 9, 2020
@ghost ghost self-assigned this Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant