Closed TGabor closed 5 years ago
Hi @adarob,
thanks for sharing!
Would it be possible to add the meta file for the checkpoint, too?
Hi @TGabor,
would you mind explaining why I'm getting this error?
I have pip installed tensorflowjs already, does this checkpoint_converter file need to be saved somewhere in particular?
@TimothyRoberts You either need to change to the magenta-js/scripts
directory or call python scripts/checkpoint_converter.py
from the magenta-js
directory
Thank you, sir! I hadn't cloned the magenta-js directory
Thanks for sharing all these resources with the community!
I tried converting the OAF MAESTRO checkpoint using checkpoint_converter.py:
Once I use my manually converted checkpoint in piano-scribe, I get the error
The python checkpoint uses bidirectional LSTM layers, whereas the provided tfjs checkpoints (onsets_frames_uni, onsets_frames_uni_q2) use unidirectional models.
Is there an easy fix for this? Would it be possible to share the python checkpoints that were used to generate
onsets_frames_uni
andonsets_frames_uni_q2
?