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

Level:2, Cond downsample:None, Raw to tokens:128, Sample length:786432 Downloading from gce Killed #200

Closed
JoeThanks67 opened this issue Jan 24, 2021 · 2 comments

Comments

@JoeThanks67
Copy link

`root@ea984bce3cef:/opt/jukebox# python jukebox/sample.py --model=1b_lyrics --name=foobar --levels=3 --sample_length_in_seconds=20 --total_sample_length_in_seconds=180 --sr=44100 --n_samples=1 --hop_fraction=0.5,0.5,0.125

[[46264,1],0]: A high-performance Open MPI point-to-point messaging module
was unable to find any relevant network interfaces:

Module: OpenFabrics (openib)
Host: ea984bce3cef

Another transport will be used instead, although this may result in
lower performance.

NOTE: You can disable this warning by setting the MCA parameter
btl_base_warn_component_unused to 0.

Using cuda True
{'name': 'foobar', 'levels': 3, 'sample_length_in_seconds': 20, 'total_sample_length_in_seconds': 180, 'sr': 44100, 'n_samples': 1, 'hop_fraction': (0.5, 0.5, 0.125)}
Setting sample length to 881920 (i.e. 19.998185941043083 seconds) to be multiple of 128
Downloading from gce
Restored from /root/.cache/jukebox-assets/models/5b/vqvae.pth.tar
0: Loading vqvae in eval mode
Using apex FusedLayerNorm
Conditioning on 1 above level(s)
Checkpointing convs
Checkpointing convs
Loading artist IDs from /opt/jukebox/jukebox/data/ids/v2_artist_ids.txt
Loading artist IDs from /opt/jukebox/jukebox/data/ids/v2_genre_ids.txt
Level:0, Cond downsample:4, Raw to tokens:8, Sample length:65536
Downloading from gce
Restored from /root/.cache/jukebox-assets/models/5b/prior_level_0.pth.tar
0: Loading prior in eval mode
Conditioning on 1 above level(s)
Checkpointing convs
Checkpointing convs
Loading artist IDs from /opt/jukebox/jukebox/data/ids/v2_artist_ids.txt
Loading artist IDs from /opt/jukebox/jukebox/data/ids/v2_genre_ids.txt
Level:1, Cond downsample:4, Raw to tokens:32, Sample length:262144
Downloading from gce
Restored from /root/.cache/jukebox-assets/models/5b/prior_level_1.pth.tar
0: Loading prior in eval mode
Creating cond. autoregress with prior bins [79, 2048],
dims [384, 6144],
shift [ 0 79]
input shape 6528
input bins 2127
Self copy is False
Loading artist IDs from /opt/jukebox/jukebox/data/ids/v3_artist_ids.txt
Loading artist IDs from /opt/jukebox/jukebox/data/ids/v3_genre_ids.txt
Level:2, Cond downsample:None, Raw to tokens:128, Sample length:786432
Downloading from gce
Killed`

@btrude
Copy link

btrude commented Jan 25, 2021

See my comment here: #9 (comment)

@JoeThanks67
Copy link
Author

Solved with an update to the latest version that loads from Azure.

https://github.com/openai/jukebox/commit/19533750203c5f5532688d7fcbc2c357b36a67b7 Fix model downloads

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