Unanswered
Hello All. I'M Experimenting With Clearml And I'Ve Run Into A Strange Issue.
I Used
Hi @<1545216070686609408:profile|EnthusiasticCow4>
The auto detection of clearml is based on the actual imported packages, not the requirements.txt of your entire python environment. This is why some of them are missing.
That said you can always manually add them
Task.add_requirements("hydra-colorlog") # optional add version="1.2.0"
task = Task.init(...)
(notice to call before Task.init)
182 Views
0
Answers
one year ago
one year ago