pachyderm / ambient-music-generation

124 stars 24 forks source link

'Training the Transformer' issue help? #32

Open osman144 opened 3 years ago

osman144 commented 3 years ago

Hello team and @the-laughing-monkey, @JimmyWhitaker

Not sure if I'm allowed to open an issue for this repo but I thought this question may serve others in the future who use this repo for personal projects. I was able to successfully run the repo itself using the provided trained models and sample music, that worked nicely.

Now I'm trying to generate my own ambient music tunes and I'm working through the steps outlined in this repo under Training Your Own Music Generator in Pachyderm. I downloaded a 3-4min basic sample ambient music tune in hopes of using it to train the models.

I'm stuck on Step 7 "Train the transformer". Following the steps for Step 7, I created a new file called music-transformer.json as required and copied & pasted the json configurations provided here: https://github.com/pachyderm/ambient-music-generation/blob/master/pipelines/music-transformer.json.

I then pushed out the file to PachHub using the pachctl create pipeline -f ./music-transformer.json command. It looks like it was successfully pushed and the repo was created but no job seems to be running for the 'music transformer'. Did I miss any other steps? Any advice appreciated 👍

Screen Shot 2020-11-01 at 6 23 40 PM Screen Shot 2020-11-01 at 7 01 15 PM
JimmyWhitaker commented 3 years ago

Hey @osman144 , you're definitely allowed to open an issue! Thanks for reaching out. Did you include the GPU portion? If you're on a free Hub account, I don't think it has access to GPUs, so that would keep the job from running. If you remove nvidia resource from the pipeline then it should run with a CPU - which works but will just take longer.