Sam Ly
Results
2
comments of
Sam Ly
If you checkout the specific commits to Core and Input Bot then this should work again: https://github.com/bzier/gym-mupen64plus/blob/master/Dockerfile I went with the original config file and that worked for me.
I set return_complex=False and added the following lines after the power_uncompress and before the iSTFT call: ```python est_spec_uncompress = est_spec_uncompress.permute(0, 3, 1, 2) est_spec_real = est_spec_uncompress[:, 0, :, :] est_spec_imag...