TypeError: unsupported format string passed to GPUMemory.__format__
Opened this issue · 8 comments
Faker0715 commented
TypeError: unsupported format string passed to GPUMemory.__format__
Faker0715 commented
Faker0715 commented
我试了torch1.6和1.8都报这个错误
Gq1999 commented
我也遇到了
xiangliang-zhang commented
同样遇到了,请问这个问题怎么解决呀
Liumengqiu01 commented
请问您的这个问题解决了吗?是torch版本的问题吗?
Liumengqiu01 commented
我用的torch1.11也报这个错
12number commented
我也遇到了,请问是怎么解决的
fang-dui commented
把这块注释掉就可以了,这一块应该打印出的是gpu的使用情况
train.py 的242 243 244行
if th.cuda.is_available():
# gpu_mem = cudause.gpu_mem_get(_id=0)
# record.log_single(key="gpu_mem", value=gpu_mem)