Unanswered
Hello,
I'M Using The Clearml Python Api, How Can I Get The Total Runtime Of A Task In Python?
Thanks For Your Incredible Work !
when I print task.data.runtime I have this
the runtime is {'ide': 'VSCode', 'CLEARML VERSION': 'clearml-2.0.0', 'CLI': 'train.py', 'progress': '100', 'platform': 'linux', 'python_version': '3.8.20', 'python_exec': '/opt/conda/envs/myenv/bin/python', 'OS': 'Linux-5.15.0-100-generic-x86_64-with-glibc2.17', 'processor': 'x86_64', 'cpu_cores': 16, 'memory_gb': 62.5, 'hostname': 'hostname', 'gpu_count': 2, 'gpu_type': 'NVIDIA TITAN V, ', 'gpu_memory': '12GB, 24GB', 'gpu_driver_version': '545.29.06', 'gpu_driver_cuda_version': '12.3'}
I don't see the time spent on the task
11 Views
0
Answers
13 days ago
12 days ago