Add attention melody checkpoint.
See original GitHub issueAFAICT, attention-based models (#10) are using encodings not currently supported by magenta-js converters:
- Melody attention_rnn uses a KeyMelodyEncoderDecoder with attack, ascending/descending, lookback, and a binary clock.
- Drums RNN uses a one-hot multi-drum encoding with a binary clock
Adding appropriate DataConverter
s for these seems straightforward enough, but how can we also have the appropriate information in the model converter.json
s so the right ones will be picked?
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Add attention melody checkpoint. · Issue #14 · magenta/magenta-js
I will add a checkpoint for attention with a onehot encoding. All reactions.
Read more >Identity Awareness R81.10 Administration Guide
Traditionally, firewalls use IP addresses to monitor traffic, and are unaware of the user and computer identities behind IP addresses.
Read more >@magenta/music - v1.23.1 - GitHub Pages
If you want to get hands-on with Magenta, we've put together a small interactive tutorial that takes you through generating a small melody...
Read more >CHECKPOINT! - 10 Hits From the Second Half of 2022 | BGM
“Tanlines” is a sophisticated summer romp that sounds like the sun itself learned the value of melody. It's bright, cheerful, and the epitome...
Read more >afe89f28229325a4db10024f02e...
This configuration is similar to the attention Melody RNN, ... --run_dir is the directory where checkpoints and TensorBoard data for this run will...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I see your point. One option could be to add a pipe character to the type field in the spec and add an new ConverterArgs type that is composed of 2 different args.
The other is just to add these two specific converters and be done with it since I don’t foresee us adding others like this in the future.
On Sat, Apr 7, 2018, 8:46 AM Tero Parviainen notifications@github.com wrote:
Covered by #11