-
### Current Behavior
I log image to wandb. By default there is a panel created for every unique image name. This works fine and I can see all images that I've logged.
The issue arises when I want …
-
Hello. I trained tacotron and WaveNet on small dataset. Tacotron is about 100k, wavenet is about 130k. I use mulaw-quantize and GTA. Is this good result for small dataset or I just need train more? Or…
-
Hi, @Sy-Zhang and team.
First of all, thank you for sharing your work!
I have a question using your code.
I am trying to use your model with my visual and text features (using clip)
For char…
-
Hello!
Thank you for sharing the implementation. Unfortunately, I ran into a problem while I was following QM9 guide from `README.md`
**Steps taken:**
```
git clone https://github.com/google-r…
-
We are running the Tacotron-2 training script with LJ-speech dataset.
This is our [dockerfile](https://github.com/a8568730/Tacotron-2/blob/Dockerfile/Dockerfile):
```
FROM tensorflow/tensorflow:l…
-
Hello,
I would like to connect a Tacotron2 model to LPCNet.
Is there a way to convert the 80-mel coefficients (output of Taco2) into the 18 Bark scale + 2 pitch parameters (input of LPCNet) ?
…
-
Hi Xueyi,
First of all, thank you for sharing your code. It's been really helpful.
Could you please share how much time it took to train the model for Stage 1 (motion) and Stage 2 (spatial) for …
-
Thanks for the great work! I'm also using FLAN for training, so I'm wondering how to include only tasks that are in Tasksource but not in FLAN.
-
The quickstart explains how to load files into tidytacos:
```R
taco
-
File "sample.py", line 1, in
import cPickle as pkl
File "sample.py", line 65, in main
tasks = pkl.load(fin)
UnpicklingError: invalid load key, 'v'.
yaoli updated
8 years ago