We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36b0a7d + fe3f9fb commit 39ff245Copy full SHA for 39ff245
1 file changed
site/en/tutorials/audio/music_generation.ipynb
@@ -1081,7 +1081,7 @@
1081
" # Add batch dimension\n",
1082
" inputs = tf.expand_dims(notes, 0)\n",
1083
"\n",
1084
- " predictions = model.predict(inputs)\n",
+ " predictions = keras_model.predict(inputs)\n",
1085
" pitch_logits = predictions['pitch']\n",
1086
" step = predictions['step']\n",
1087
" duration = predictions['duration']\n",
0 commit comments