Nao Tokui
Nao Tokui
Hi, I've trained a DrumsRNN model with my own drum sequence dataset and been trying to use it with magenta-js. When I load the model, I get errors apparently caused...
In test_cc in README.md, it says `Tensor in(1)`, but shouldn't it be `Tensor in(10)`?? ``` #include "keras_model.h" // Create a 1D Tensor for input data. Tensor in(1); in.data_ = {{0,...
Thanks for sharing this great repo! I'm wondering what is the typical range of `num_train_steps` for a SoundStream model and others. I tested with 10000 and saw the loss went...
ノートブック 10_diffusion2.ipynbのclassifier_free_guidanceのセクションが、conditionalのセクションと同一になっているかと思います! 素晴らしい本、資料をありがとうございます!