Jason
Jason
Hello Using SteamVR v2.7.3 Unity 2020.3.16f1 Using Oculus quest 2 or Dell visor In unity there are no problems. When I build the game no controllers are connected. The guadian...
Sadly the pretrained models aren't the right size except refiner.pth.tar which appears to be an untrained model now ` model.load_state_dict(checkpoint, strict = False) File "C:\Python37\lib\site-packages\torch\nn\modules\module.py", line 1407, in load_state_dict self.__class__.__name__,...
Here's the output after training postnet to 66000 steps and transformer to 272000 It's on a custom dataset that didn't have very good attention on tacotron2 but did have an...
Hello Your preprocessed data pkl files only contain a tuple with img and label, so this line doesn't work: x, y, x_seg, y_seg = pkload(path) regards Jason
Hello Getting errors when trying to install emd_loss. In ubuntu: error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 In windows: error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\cl.exe' failed with exit...