AttributeError: 'LogX' object has no attribute 'rank0'
Opened this issue · 2 comments
sivaariram commented
AttributeError: 'LogX' object has no attribute 'rank0'
Can anyone help with me? I am getting this error from runx, when I try to run demo.py
sivaariram commented
runx-0.0.11
python 3.8
ubuntu 20.04
ServerTransfer commented
You can try add logx.initialize(logdir="./logs", coolname=False, tensorboard=False)
before you use logx. This is helpful to me.