Edward205

Results 6 comments of Edward205

Okay it appears training is working but once I'm done I still need the metadata.pkl file to generate audio. So what do I do? (also thanks a lot for replying...

Thanks but as I said, I read through all the issues. Your comment: "Each metadata is a list of [filename, speaker embedding, spectrogram]" isn't of much help because I don't...

Okay so I should make a list that's like this: ``` [ ["./wavs/001/1.wav", ?, "./spmel/001/1.npy"] ... ] ``` And then save it using the code you gave me. But I...

Same issue for me as well. In 2019 it worked but in 2020 it works in the editor but not on android. Tried this https://firebase.google.com/docs/unity/setup#missing_firebase_android_config_file_in_unity_2020 but gradle build fails.

> @ctykaya I'm modifying your title to make it clear. > > @Edward205 @gabrielesimula I think your issue is with Android build. > On top of the google-services.json issue (the...

@snukky Downgrading to GCC 12.2.1 and retrying to compile, it did get further but failed with these errors: ``` [ 58%] Building CXX object src/CMakeFiles/marian_cuda.dir/tensors/gpu/prod.cpp.o [ 59%] Building CXX object...