oatsu-gh / enunu_training_kit

UST入りの歌唱DBからENUNU用モデルを生成するツール
Other
20 stars 12 forks source link

Can't go past feature generation #4

Closed gnloop closed 2 years ago

gnloop commented 2 years ago

Hello! I've been trying to run the training kit on my computer for a while now, but I always get the same error and can't get past the "Feature generation" stage. enunu issue

I've had success generating a model before with a google colab repo of the training kit, so I don't think it's an issue with the training data, but I could be wrong.

I experienced this issue on multiple computers, if anyone could help me I'd be very grateful

oatsu-gh commented 2 years ago

It seems you use the package hydra-core which is newer than ver. 1.1.x Please try downgrade that to ver. 1.0.x by executing pip install hydra-core<1.1 .

gnloop commented 2 years ago

Thank you for the tip! The command you suggested did not work for me, so I used pip install hydra-core==1.0.6 instead. I was able to go through all the training, however I got an error at the prepare for release stage. I unfortunately forgot to screenshot said error, I can only remember it was something about a module. It mentioned from send2trash import send2trash.

I know this isn't super specific but I hope there's a solution.

oatsu-gh commented 2 years ago

You can solve the error by doing pip install send2trash. After that, please execute bash run.sh --stage 7 --stop_stage 7.

gnloop commented 2 years ago

That fixed it entirely! Thank you so much!