BUNDLE_PATH=/home/arturo/Downloads/basic_rnn.mag
CONFIG=basic_rnn
bazel run //magenta/models/melody_rnn:melody_rnn_generate -- --config=${CONFIG} --bundle_file=${BUNDLE_PATH} --output_dir=/tmp/melody_rnn/generated --num_outputs=10 --num_steps=128 --primer_melody="[60]"The 'run' command is only supported from within a workspace.source magenta activate
BUNDLE_PATH=/home/arturo/Downloads/basic_rnn.mag
CONFIG=basic_rnn
melody_rnn_generate \
--config=${CONFIG} \
--bundle_file=${BUNDLE_PATH} \
--output_dir=/tmp/melody_rnn/generated \
--num_outputs=10 \
--num_steps=128 \
--primer_melody="[60]"melody_rnn_generate: command not found--
Magenta project: magenta.tensorflow.org
To post to this group, send email to magenta...@tensorflow.org
To unsubscribe from this group, send email to magenta-discuss+unsubscribe@tensorflow.org
---
You received this message because you are subscribed to the Google Groups "Magenta Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to magenta-discuss+unsubscribe@tensorflow.org.
To unsubscribe from this group, send email to magenta-discu...@tensorflow.org
---
You received this message because you are subscribed to the Google Groups "Magenta Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to magenta-discu...@tensorflow.org.
--
To unsubscribe from this group, send email to magenta-discuss+unsubscribe@tensorflow.org
---
You received this message because you are subscribed to the Google Groups "Magenta Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to magenta-discuss+unsubscribe@tensorflow.org.
I came across the same problem with magenta command not found. I posted this issue on stackoverflow as asked, because this is not supposed to be a help forum, but anyway... Here is the post:
www.stackoverflow.com/questions/40337737/bash-melody-rnn-generate-command-not-found
# Install tensorflow
TF_BINARY_URL="https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc0-cp27-none-linux_x86_64.whl"
pip install --ignore-installed --upgrade $TF_BINARY_URL
# Install other dependencies
pip install jupyter magenta
To unsubscribe from this group, send email to magenta-discuss+unsubscribe@tensorflow.org
---
You received this message because you are subscribed to the Google Groups "Magenta Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to magenta-discuss+unsubscribe@tensorflow.org.