googlecreativelab / open-nsynth-super

Open NSynth Super is an experimental physical interface for the NSynth algorithm
Apache License 2.0
2.42k stars 270 forks source link

Try to generate audio... #13

Closed nervousapps closed 6 years ago

nervousapps commented 6 years ago

I try to generate the audio files but it fails at the command :

nsynth_generate --checkpoint_path=/home/user/magenta/magenta/models/nsynth/wavenet-ckpt/model.ckpt-200000 --source_path=/home/user/nsynth-pipeline/workdir/embeddings_batched/batch0 --save_path=/home/user/nsynth-pipeline/workdir/audio_output/batch0 --batch_size=512 --alsologtostderr --gpu_number=0

With the output log (it stops running after) :

WARNING:tensorflow:From /usr/local/lib/python2.7/dist-packages/magenta/models/nsynth/wavenet/masked.py:116: init (from tensorflow.python.ops.init_ops) is deprecated and will be removed in a future version. Instructions for updating: Use tf.initializers.variance_scaling instead with distribution=uniform to get equivalent behavior.

Can't understand why...

NOTE : I have all the files in embeddings_batched and embeddings_input folders, but just empty directories (batch0, ..., batch15) in audio_output

nervousapps commented 6 years ago

It was just the path to the necessary folders... My bad