Closed LuluW8071 closed 1 month ago
Hello @LuluW8071! What is the "self" in the above code? I don't know of a log()
method in any Comet SDK.
What is the "self" in the above code? I don't know of a
log()
method in any Comet SDK.
Thanks for responding @dsblank. The self.log
logs the metrics on progress bar which also logs in comet_ml. The framework I used is lighting AI.
The full trainer code can be found here
Describe the Bug
The same line of code logs correct loss values for train_loss graph that is logged for 50steps and another loss graph logs different value.
Expected behavior
Y-axis of both graphs need to be on same range
Where is the issue?
To Reproduce
Steps to reproduce the behavior:
Stack Trace
If possible please include the full stack trace of your issue here
Screenshots or GIFs
Link to Comet Project/Experiment
link to project