moving .mag file to third_party folder

This commit is contained in:
Yotam Mann 2016-11-14 16:35:51 -08:00
parent 0b7012892f
commit a0ad3fadd5
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import tempfile
basic_generator = basic_rnn_generator.create_generator(
None,
sequence_generator_bundle.read_bundle_file(os.path.abspath('./basic_rnn.mag')),
sequence_generator_bundle.read_bundle_file(os.path.abspath('./third_party/magenta/basic_rnn.mag')),
4)
def generate_midi(midi_data, total_seconds=10):