How can I tell clearml to IGNORE certain submodules existing in the project? My projects consists of multiple git submodules and it is rather annoying that t...
7 months ago
Hi! I have a question about the integration of ClearML with YOLOv8 (or otherwise known as ultralytics). I have written a generic task to run the ultralytics ...
7 months ago
I get these warnings whenever I run pipelines and I have no idea what it means or where it comes from: :1: SyntaxWarning: invalid decimal literal :1: SyntaxW...
7 months ago
When running an agent inside google colab, I always get this error after dependency installation: 2024-04-27 16:54:12 ERROR: Invalid requirement: 'google goo...
7 months ago
When I created a dataset by specifying reuse_task_id , how can I then access the plots, scalars of the task corresponding to the dataset? I don't see a funct...
7 months ago
I believe I discovered a bug or at least weird behavior in the ClearML scalar reporting mechanism. In my data processing task, I have a metric, which in theo...
7 months ago
I keep running into this issue: error: Could not fetch origin when the docker worker fetches the repository with submodules. It has credentials via ssh-auth-...
7 months ago
How can I access the commit and uncommitted changes information displayed on the WebApp on the execution tab of a task? I don't see corresponding functions i...
7 months ago
I hope I'm not too much of a bugger today.. but here's another issue I'm facing currently. Traceback (most recent call last): File "/root/.clearml/venvs-buil...
7 months ago
I have an environment error when running HPO: ``RuntimeError: Dataset '/home/rini-debian/git-stash/lvgl-ui-detector/datasets/ui_randoms.yaml' error❌❌ '/home/...
7 months ago
I noticed that Task.get_tasks(project_name=project) is quite slow in my project of over 300 experiments. Is there a faster way of receiving task objects?
7 months ago
Is there a way to export all data/artifacts from multiple experiments from the WebApp?
7 months ago
finally my HPO runs... what a trip
7 months ago
Is it possible to launch the HPO application with the metrics/graphics after running the HPO from code? I am more interested in the graphical representation ...
7 months ago
How can I enforce that the clearml-agent starts the task container WITHOUT the dataset cache enabled?
7 months ago