deepak-newzera
deepak-newzera
@moih Can you share the command you used to train the model? I am trying to use the following command `mpiexec -n {ngpus} python jukebox/train.py --hps=small_vqvae --name=small_vqvae --sample_length=262144 --bs=4 \...
@btrude I am having a dataset containing some wav music files (my use case is only concerned with music, not lyrics). I would like to fine-tune the model with this...
@flavioschneider, Can you please provide an example script on how to train the model? And also how to get a dataset to train the model?
> Is the following example right? > > ``` > import librosa > import numpy as np > import torch > import torchaudio > from torch.utils.data import Dataset > from...
@flavioschneider Please let me know what kind of dataset can be used to train the model and how it should be structured.
@jameshball Thanks for your help. The dataset you provided seems to be a speech dataset. But I suppose it must be a music dataset, right?
@jameshball Did you succeed in training the model? Is it producing some sensible outputs? I am also willing to train using your script. But instead of LibriSpeechDataset, I would like...