Unanswered
Hello All. I'M Experimenting With Clearml And I'Ve Run Into A Strange Issue.
I Used
Hi 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)
237 Views
0
Answers
2 years ago
2 years ago