BiomedSciAI / fuse-med-ml

A python framework accelerating ML based discovery in the medical field by encouraging code reuse. Batteries included :)
Apache License 2.0
137 stars 34 forks source link

integrate clearml to track experiments #188

Closed mosheraboh closed 1 year ago

SagiPolaczek commented 1 year ago

Can we close it? @smartdanny added def start_clearml_logger() at fuse.dl.lightning.pl_funcs.py in #221

SagiPolaczek commented 1 year ago

What do you guys say? should we close it? @mosheraboh @smartdanny

Another "issue" (not sure if that's the expected behavior) that I encountered with ClearML: When we resume from checkpoint we plot only part of the graph (which makes it difficult to grasp the full picture).

For example: image

SagiPolaczek commented 1 year ago

The last solved by using setting

  reuse_last_task_id: False
  continue_last_task: True