Loaded 'performance_with_dynamics' generator bundle from file './model/beethoven_performance_rnn.mag'.
Instructions:
Start playing when you want to begin the call phrase.
When you want to end the call phrase, signal control number 2 with value 127, or stop playing and wait one clock tick.
Once the response completes, the interface will wait for you to begin playing again to start a new call phrase.
To end the interaction, press CTRL-C.
Exception in thread Thread-1:
Traceback (most recent call last):
File "/opt/anaconda3/envs/quad3/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/opt/anaconda3/envs/quad3/lib/python3.8/site-packages/magenta/interfaces/midi/midi_interaction.py", line 455, in run
response_sequence = self._generate(
File "/opt/anaconda3/envs/quad3/lib/python3.8/site-packages/magenta/interfaces/midi/midi_interaction.py", line 344, in _generate
response_sequence = self._sequence_generator.generate(
File "/opt/anaconda3/envs/quad3/lib/python3.8/site-packages/magenta/models/shared/sequence_generator.py", line 194, in generate
return self._generate(input_sequence, generator_options)
File "/opt/anaconda3/envs/quad3/lib/python3.8/site-packages/magenta/models/performance_rnn/performance_sequence_generator.py", line 241, in _generate
performance = self._model.generate_performance(
File "/opt/anaconda3/envs/quad3/lib/python3.8/site-packages/magenta/models/performance_rnn/performance_model.py", line 77, in generate_performance
return self._generate_events(
File "/opt/anaconda3/envs/quad3/lib/python3.8/site-packages/magenta/models/shared/events_rnn_model.py", line 371, in _generate_events
events, _, loglik = beam_search(
File "/opt/anaconda3/envs/quad3/lib/python3.8/site-packages/magenta/common/beam_search.py", line 129, in beam_search
beam_entries = _generate_branches(
File "/opt/anaconda3/envs/quad3/lib/python3.8/site-packages/magenta/common/beam_search.py", line 62, in _generate_branches
all_sequences, all_states, all_scores = generate_step_fn(
File "/opt/anaconda3/envs/quad3/lib/python3.8/site-packages/magenta/models/shared/events_rnn_model.py", line 228, in _generate_step
batch_final_state, batch_loglik = self._generate_step_for_batch(
File "/opt/anaconda3/envs/quad3/lib/python3.8/site-packages/magenta/models/shared/events_rnn_model.py", line 126, in _generate_step_for_batch
final_state, softmax = self._session.run(
File "/opt/anaconda3/envs/quad3/lib/python3.8/site-packages/tensorflow/python/client/session.py", line 967, in run
result = self._run(None, fetches, feed_dict, options_ptr,
File "/opt/anaconda3/envs/quad3/lib/python3.8/site-packages/tensorflow/python/client/session.py", line 1164, in _run
raise ValueError(
ValueError: Cannot feed value of shape (1, 90, 388) for Tensor 'Placeholder:0', which has shape '(1, ?, 1)'
Has anybody an idea how I might solve this issue?
Thanks in advance,
Chriistian