jjannone

Results 4 comments of jjannone

I'd suggest, as an alternative Kanji sequence, the WaniKani sequence: https://www.wanikani.com/api WaniKani's service is reading-only: there is no way to be prompted with the keywords and practice writing. They have...

Hi Fabrice, I can find out about authorization to use the sequence if you’d like; they do provide an API; I included a link to it in my initial post....

> So if I understand there are 60 "levels", equivalent to RTK "lessons"? > Correct. > grid with all the opurple boxes and characters in it is what the sequence...

```node const musicvae = require('@magenta/music/node/music_vae'); const core = require('@magenta/music/node/core'); const Max = require('max-api'); var modelCheckPoint = 'https://storage.googleapis.com/magentadata/js/checkpoints/music_vae/mel_2bar_small'; //works //////// fails with Only HTTP(S) protocols are supported //////// //var modelCheckPoint =...