在stylegan2中,度量计算非常耗时,有什么方法可以禁用此功能吗?我想在Colab上训练我的网络--这需要很长时间
发布于 2022-06-25 21:03:18
只需将--metrics=None添加到!python train.py命令行即可
--metrics=None
!python train.py
https://stackoverflow.com/questions/71957342
相似问题