fix train bug (#742)
* fix train bug * fix aotgan * fix aotgan * fix use_shared_memory * fix tipc log * fix iters_per_epoch less 1 * add TODO * fix benchmark performance decline of more than 5%
Showing
... | @@ -2,7 +2,7 @@ tqdm | ... | @@ -2,7 +2,7 @@ tqdm |
PyYAML>=5.1 | PyYAML>=5.1 | ||
scikit-image>=0.14.0 | scikit-image>=0.14.0 | ||
scipy>=1.1.0 | scipy>=1.1.0 | ||
opencv-python==4.6.0.66 | opencv-python<=4.6.0.66 | ||
imageio==2.9.0 | imageio==2.9.0 | ||
imageio-ffmpeg | imageio-ffmpeg | ||
librosa==0.8.1 | librosa==0.8.1 | ||
... | ... |
想要评论请 注册 或 登录