do you have any update on this? It is not working for multiple audio file, and giving out random sounds for me, It would be greatly appreciated, thank you!!
tryed that with Hyperpop and didn't work, in my opinion it's currently a broken and overcomplicated process, needs to be simplified a lot with a clean webui, the official Audiocraft repo stated they'll release the training update sometime soon. Let's keep an eye on the repo.
click on "+ Code" to insert a code cell, then type in !pip install wandb then run the code from the run cell button (play button) on the left of the cell then just run the musicgen_training cell to start the training you shouldn't be getting the error and instead you should be seeing the epoch progress
Musicgen official trainig code just released, are you planning to make a new tutorial?
Thank you so much for sharing!!!
do you have any update on this? It is not working for multiple audio file, and giving out random sounds for me, It would be greatly appreciated, thank you!!
Why do u mount the google drive? I don't see that it is actually in use
Anyway it didn't work for me - just random noise
The run process of the trainer gives me ModuleNotFoundError: No module named 'wandb'. What's this?
pip install wandb
then import it at the top with all the other imports
then re start the run time
usually anytime it says "No module named 'example', you just need to install it and/or include it with the rest of your imports in the code
tryed that with Hyperpop and didn't work, in my opinion it's currently a broken and overcomplicated process, needs to be simplified a lot with a clean webui, the official Audiocraft repo stated they'll release the training update sometime soon. Let's keep an eye on the repo.
do you have any update?
Could not find TensorRT
ModuleNotFoundError: No module named 'wandb'
click on "+ Code" to insert a code cell, then type in
!pip install wandb
then run the code from the run cell button (play button) on the left of the cell
then just run the musicgen_training cell to start the training
you shouldn't be getting the error and instead you should be seeing the epoch progress
please make a new tutorial with some updated code
Not working
Good