transflower-lightning icon indicating copy to clipboard operation
transflower-lightning copied to clipboard

multimodal transformer

Results 5 transflower-lightning issues
Sort by recently updated
recently updated
newest added

Hello, When I run the "generate dance" cell in the colab notebook, I get an error that says "Traceback (most recent call last): File "inference/generate.py", line 76, in exp_opt =...

Hi, would you like to release dataset?

I have already installed package 'madmom' but when I run ```bash ./feature_extraction/audio_feature_extraction_test.sh songs/ ``` it shows error like ```bash Traceback (most recent call last): File "./feature_extraction/process_audio.py", line 12, in from...

As an alternative method that has shown promise in the image domain, we could impement a hierarhical deep VAE (see [VDVAE](https://arxiv.org/abs/2011.10650)), but conditioned (in the same way as standard conditional...

Implement a version of [jukebox](https://openai.com/blog/jukebox/) applied to the task of motion prediction. We could start with just a single level in the hierarchy, so that we basically implement a VQ-VAE...