Rasmus Toivanen

Results 53 comments of Rasmus Toivanen

Hi, Any more detailed instructions coming? I have been able to get this working on WSL2. Now I tried with compiling with the instructions above using Ubunt22.04 in WSL2. First...

@Topping1 sudo apt install g++-mingw-w64-x86-64-posix sudo apt install gcc-mingw-w64-x86-64-posix For me these run into error with Ubuntu 20.04 ![image](https://user-images.githubusercontent.com/25264037/204144612-6fdbe69d-4e5c-40a8-80ca-8a68240b254e.png)

But I did not yet test with fresh install. Trying that now

Ended up using Debian. Still got that same libwinpthread-1.dll is missing error but after putting that file in the same folder as the main.exe got it working. Windows 11, BUILD...

1.14.1 I also tried the non-custom examples and it also ran into error. ![image](https://user-images.githubusercontent.com/25264037/198875096-8695b4c1-096c-4233-8d08-508838128f0e.png) wsl version ![image](https://user-images.githubusercontent.com/25264037/198875111-8648fbb1-9fc6-481b-b44e-cab66ad2f797.png) Using Ubuntu 20.04LTS as my WSL2 distro ![image](https://user-images.githubusercontent.com/25264037/198875158-eb614268-6a77-45d8-a15b-4f7b8619d42a.png)

Thanks @chensuyue for your continued efforts on this. I will try this again once I have time.

Any ideas? Has there someone been able to finetune the TTS model with self prepared train_manifest.json?

It is defined here https://github.com/facebookresearch/seamless_communication/tree/main/scripts/m4t/finetune

I am also looking into finetuning this for Finnish TTS using one device (RTX 4080). Is that possible? Some system info: Windows 11 Using WSL 2, Ubuntu 22.04 Cuda 11.8...

Ok, It seems it is trying to use devices 0 and 1 but I only have 1. Added some env variables to ~/.bashrc and now I see something happening ![image](https://github.com/facebookresearch/seamless_communication/assets/25264037/dff7a76b-2a5a-423b-b8fb-6a0a2fa785a9)...