Jaemin Han
Jaemin Han
Don't know why it happens, but I solved it out with ffmpeg. ``` ffmpeg -i a.mp3 b.mp3 ``` Putting b.mp3 didn't have any problem for my case.
Hi, @dhyeythumar I used ml-agents release 20(the recent one). However, it worked in colab and Saturn cloud with your environment on release 20.. So, I don't think it's a problem...
It works in colab on T4 GPU. Also, Saturn Cloud was on GPU, too. The below is the colab notebook. https://colab.research.google.com/drive/1sFY_V-uirL9pCPBlHkme8zBMfp3e1cJQ?usp=sharing
Below is the Player-0.log file when I try start training with the code above. I have no idea about the errors, and why the handler cannot load such files. Any...
Hi, @dhyeythumar Thanks for your advice, but It raises same error.
Hi, I had the same issue. If you try `from tensorflow.python.keras.utils.np_utils import to_categorical` rather than keras.utils, it may not occur any error. However, I encountered the import error in the...