Hi, I am using ClearML by building it as my own server. After the message below was displayed, the operation stopped without progress. In ClearML server, it ...
2 years ago
and then, when remove clearml.Logger module, the code works well
when remove Task.init, i found error message “AttributeError: ‘NoneType’ object has no attribute ‘report_scalar’ ” in clearml.Logger module
Okay. thanks, but this code is already calling it within main().
python 3.9.12 / clearml 1.13.1 / MacOS Ventura 13.0.1 / torch 2.1.0
Yes, there are no other messages. And it was recorded on the ClearML server through the above training code. But now it doesn’t work with the message I mentioned.