-
Notifications
You must be signed in to change notification settings - Fork 24
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 not working. #7
Comments
I have a similar problem! I just run without changing any {Filename} Generating level for Some_Things_Never_Change_From_Frozen_2_Lyric_Video.mp3 Please advise on any chnages to code to get this working |
Hi, sorry for late reply @machakw21 , thanks for the report. I think it was a problem with an pudate in pytorch. I think I've fixed it now. Can you try again? @Kowleone Did you run the cell titled "Prepare deepsaber and dependencies" ? If it still doesn't work try opening the page again, change the |
Having a similar issue of sorts, granted, really new to this and I am unsure what I may be doing wrong but so far it will not let me get past the first step of downloading songs from YouTube to use for this. #@title Get song |
I have tried running this by pulling the song from youtube and a copy I have, I get the same error.
Generating level for Diesel_Not_Petrol.mp3
Traceback (most recent call last):
File "generate_stage1.py", line 94, in
first_samples = torch.full((1,opt.output_channels,receptive_field//2),constants.START_STATE)
RuntimeError: Providing a bool or integral fill value without setting the optional
dtype
orout
arguments is currently unsupported. In PyTorch 1.7, whendtype
andout
are not set a bool fill value will return a tensor of torch.bool dtype, and an integral fill value will return a tensor of torch.long dtype.usage: generate_stage2.py [-h] [--song_path SONG_PATH] [--json_file JSON_FILE]
[--experiment_name EXPERIMENT_NAME]
[--checkpoint CHECKPOINT]
[--temperature TEMPERATURE] [--bpm BPM]
[--generate_full_song] [--use_beam_search]
[--open_in_browser] [--cuda]
generate_stage2.py: error: unrecognized arguments: the model from ../../scripts/training/block_placement_ddc2/iter_130000_net_.pth
IndexError Traceback (most recent call last)
in ()
8 get_ipython().system("cd scripts/generation; chmod +x ./script_generate.sh; ./script_generate.sh '../../songs/'{filename}")
9 generated_filename = get_ipython().getoutput('ls -t scripts/generation/generated')
---> 10 generated_filename=generated_filename[0]
11 get_ipython().system('cp scripts/generation/generated/{generated_filename} ../../../')
12 # files.download("scripts/generation/generated/"+generated_filename)
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: