question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add attention melody checkpoint.

See original GitHub issue

AFAICT, attention-based models (#10) are using encodings not currently supported by magenta-js converters:

Adding appropriate DataConverters for these seems straightforward enough, but how can we also have the appropriate information in the model converter.jsons so the right ones will be picked?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
adarobcommented, Apr 7, 2018

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:

If you don’t think it’s hard to implement, then you could go for it. We can just change the converter.json file.

I’ll try with the drums one as I’m already familiar with it. Just needs the 2^9 one-hot encoder and then the binary counter.

How about we add something like nextInput to the DataConverters that concats all the additional info. Would this work? I haven’t had a chance to look back at the old code.

I think it should be possible to compose DataConverters similar to how encoders are composed in Python. Will need to try. Not sure how to express this in the converter.json though. Would need to specify either an array of converters, or then just introduce new types for each composed version e.g. MultiDrumOneHotBinaryCounterConverter 😃

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tensorflow/magenta-js/issues/14#issuecomment-379478805, or mute the thread https://github.com/notifications/unsubscribe-auth/ABCa6B3Bb959gkPjeSFrgdvfkPG0fpu2ks5tmN8xgaJpZM4TLCJ1 .

0reactions
adarobcommented, Apr 18, 2018

Covered by #11

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found