We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
I've was trying to interpolating between 4 sequences with MusicVAE inside a dedicated workers and got an error.
Steps to reproduce:
Worker
MusicVAE
.interpolate()
¹ tested with two checkpoints: one, two
I've attached an example project with a MCVE: Magenta Issue 578 - Bug MCVE.zip
Note the relevant lines inside main.js and worker.js are identical.
main.js
worker.js
My console output on MS EDGE:
The text was updated successfully, but these errors were encountered:
It is related to tfjs.
Works with tfjs 2.8.6. Doesn't with tfjs 3.0.0
Sorry, something went wrong.
No branches or pull requests
Hi!
I've was trying to interpolating between 4 sequences with MusicVAE inside a dedicated workers and got an error.
Steps to reproduce:
Worker
:MusicVAE
instance¹.interpolate()
with an array of 4 note sequences.¹ tested with two checkpoints: one, two
I've attached an example project with a MCVE: Magenta Issue 578 - Bug MCVE.zip
Note the relevant lines inside
main.js
andworker.js
are identical.My console output on MS EDGE:
The text was updated successfully, but these errors were encountered: