Dirk
Dirk
Hi, could anybody tell me how to parametrize the sampling script for oner or two RTX 3090. I just installed everything it gave it a try using the example: `python...
Hi, this worked until yesterday, but today there is a problem downloading the model, tested under Colab and Kaggle Kernel: `vqvae = make_vqvae(setup_hparams(vqvae, dict(sample_length = 1048576)), device)` leads to ```...
Hi, after installing pattern3 from pip: Following must be fixed: 1. Use tree.py from git repository 2. In Init def _read the raise StopIteration will only work to Python 3.6...
This won't work, because your class needs runhouse. I would like to use it on my GPU Server so ist should not log in via ssh to it's own: ```...
This notebook worked until yesterday: https://colab.research.google.com/github/magenta/mt3/blob/main/mt3/colab/music_transcription_with_transformers.ipynb Since today it is dead now. I guess they changed python or a dependency. Will you maintain it or is the repo dead now?
Hello, thanks for the great code, but i have a problem with it, testing other models than the grocery model. It is the same problem with the similar code published...
Hi and thanks for sharing your code. I would like to know, how you train with raw embeddings, because your code looks for checkpoint. If I would like to use...