Hi Anvar, if you want to report configurations, you can indeed use task.connect(). If you want to report metrics (such as accuracy or loss), you can use the https://clear.ml/docs/latest/docs/fundamentals/logger object to do that. Just parse the file and report the metrics in a way that makes sense to you. You can also add the file itself as an artifact if you want to refer to it later on. Makes sense?
Answered
Hi There! I Want To Add Metrics In Clearml Via
Hi there! I want to add metrics in ClearML via task.connect(params_dictionary)
, but they are calculated in a file other than the entry point (where the Task
is initialized). Can I somehow solve this issue?
937 Views
2
Answers
2 years ago
one year ago
Tags