Efficient-Computing
Efficient-Computing copied to clipboard
AttributeError: 'Trainer' object has no attribute 'loss_items'
How to solve this problem? has no attribute "loss_items"
If you don't use ddp model in training (like don't use torch.distributed.launch), you can refer this issuse https://github.com/huawei-noah/Efficient-Computing/issues/68
I need ddp and I'm seeing this issue as well. Would appreciate any suggestions. Thanks!