tango icon indicating copy to clipboard operation
tango copied to clipboard

A family of diffusion models for text-to-audio generation.

Results 27 tango issues
Sort by recently updated
recently updated
newest added

Hello. Amazing work. What kind of hardware should I expect to need to be able to run the model? Thank you.

Hi, thanks for open source this great project! I fine-tuned the tango model on my own dataset for about 20 epoch, but the train & val loss does not drop...

Hi, thanks for making this great model. On your webpage, you claim that this model is "open source," however the CC-BY-NC-ND license is not open source. [According to the OSI](https://opensource.org/osd/),...

Hi. I'm trying to train this model on a single P100 with 16 GB memory but seem to be running out of memory with a batch size of 2. Do...

How can I reproduce my evaluation result ? I realized that the results of two evaluation for a sample are different. Can I set **seed** ?

Hi! Thanks so much for this work! When I tried to train the model on AudioCaps (didn't change the training script other than file paths), I got this issue: File...

Hi, I'm trying to download the AudioCaps data in order to train the Tango model. However, I'm not seeing any instructions in the [AudioCaps repository](https://github.com/cdjkim/audiocaps/tree/master) on how to download it....

Hi, thanks for your great open source work! In your work, I noticed that you used audiocaps dataset to fine tune on tango-full ckpt, can I know the command for...

I noticed that you updated the [inference_hf.py](https://github.com/declare-lab/tango/blob/master/inference_hf.py) file in your tango repository. May I kindly ask how it differs from the [inference.py](https://github.com/declare-lab/tango/blob/master/inference.py) file?