mocogan
mocogan copied to clipboard
A pytorch implemention of MoCoGAN
Traceback (most recent call last): File "train.py", line 232, in err_Dv_real, Dv_real_mean = bp_v(real_videos, 0.9) File "train.py", line 178, in bp_v outputs = dis_v(inputs) File "C:\Users\Harsh\AppData\Local\Programs\Python\Python37\lib\site-packages\torch\nn\modules\module.py", line 889, in _call_impl...
/home/lab226/Desktop/mocogan-hong/models.py:147: UserWarning: nn.init.xavier_uniform is now deprecated in favor of nn.init.xavier_uniform_. init.xavier_uniform(params) /home/lab226/Desktop/mocogan-hong/models.py:157: UserWarning: nn.init.constant is now deprecated in favor of nn.init.constant_. init.constant(params, 0) !!!!!!!!!!!!!!!!!! -12 Traceback (most recent call last):...
I am getting no error. The code works perfectly and the videos are generated. But the generated videos have zero length. What could be the issue?