Unanswered
Currently Trying To Figure Out How To Extend Clearml'S Automagical Reporting To Joeynmt.
Hi SmallDeer34
ClearML automagical logging will work on the current python process. But in your example yyour Bash is running another python script (that has nothing to do with the original notebook), hence clearml automagic is not aware of it (i.e. it cannot "patch" the tensorboard calls).
In order to make it work.
you should do something like:from joeynmt import train train.main(...)
Or something similar 🙂
Make sense ?
182 Views
0
Answers
3 years ago
one year ago
Tags