Rubic

Results 6 comments of Rubic

I meet the version problem too!!!!!

> what tensorflow and keras version is needed for the new version of the project? I tried tensorflow2.1.0+keras 2.3.1 , but an error occurred: > > Traceback (most recent call...

The bug was caused by File "athena/stargan_main.py", line 105, in build_model_from_jsonfile_stargan model_name="gan". just delete the model_name="gan", and you can keep run the examples/vc/vcc2018/run.sh I'm sorry for the trouble caused to...

I fixed the bug.Just take a look at my updated code.

The number of speakers in the train set must be same with that of dev set.

Are you using the corpus of VCC2018? If so, you can check out the patch in this pr( https://github.com/athena-team/athena/pull/302/files ). The optimizer parameters used before will lead to high learning...