0x8RI4NY33
Results
3
issues of
0x8RI4NY33
I ran this command : ``` mfa train --phone-set PINYIN /storage/mfa_TAT ./syl2phone/syl2phone.txt ../MFA/mfa_data/tat_acoustic_model.zip ../MFA/mfa_data/tat_aligned ``` and resulted in this error when training lda: ``` FileNotFoundError: [Errno 2] No such file...
Hello devs, I tried out adam v0.4.0 and found out that calculating M, C, G with PyTorch interface is super slow, regardless of batch size. ```python self.kinDyn = KinDynComputationsBatch(self.asset_path, self.actuated_joint_names)...