Unanswered
Hi Guys,
Suppose I Have The Following Script:
Hi GiganticTurtle0 ,
All the packages you are using should be under installed packages section in your task (in the UI). ClearML analyze and the full report should be under this section.
You can add any package you like with Task.add_requirements('tensorflow', '2.4.0') for tensorflow version 2.4.0 (or Task.add_requirements('tensorflow', '') for no limit).
If you dont want the package analyzer, you can configure in your ~/clearml.conf file: sdk.development.detect_with_pip_freeze: true and the installed packages section will be the same as you python environment pip freeze
384 Views
0
Answers
4 years ago
2 years ago
Tags