Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text

Questions 6585

Questions 6585

Tags
Sorting
Results
per page
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi. When we construct a pipeline consisting of steps and when we are aborting a pipeline, the steps aren't aborting (they run until they are done). Is there ...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi, it seems there is a bug: StorageManager.list with_metadata not returning 'size' i am using minio ls_files = StorageManager.list( remote_url=remote_url, r...
2 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, can we custom default output_uri for PipelineController . add_function_step or we make custom output_uri for PipelineController()? it seems by default up...
2 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Can I somehow change a project settings via the Python SDK?
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I would like to schedule a Task for remote execution. What is the proper way to pass parameters through clearml-task to a task running with Hydra? For exampl...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hey Guys, Is it possible to report the model's architecture (PyTorch model) automatically on ClearML, as we do it via Netron or other neural network visualis...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
I am playing around with agents on our self-hosted CML. Currently, and I’m having some trouble with the environment configuration. It’s a bit magical which v...
2 years ago
0 Votes
10 Answers
3K Views
0 Votes 10 Answers 3K Views
Hi, When trying to to run an experiment with pytorch, pip keeps failing on installing the pytorch packages, did somebody else solve this problem? Here are my...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello guys, I understand we can add some scripts for clearml-agent to execute prior to the task. Is it possible to add scripts to run after the task?
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
in the past I thought that each of the trials would also be logging to clearML, but checking now, looks like that is not the case, so I don't need the disabl...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
hi, is there a simple way to stop logging completely. E.g. I use ray-tune to launch thousands of trials, and I just want to record basic config stuff at the ...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
2 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi, I'm using a self hosted version of ClearML. I am querying experiments from UI and I am getting such error: Fetch experiments for selection failed Error 1...
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi,
Hi, What would be the correct way to check the hash of a file before using https://clear.ml/docs/latest/docs/references/sdk/dataset/#add_files ? is there a b...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, anyone experiencing issue with clearml-serving create ? Got error Traceback (most recent call last): File "c:\python38\lib\runpy.py", line 194, in _run_m...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
2 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hi everyone. I have a problem with pipeline. I use Pipeline.Decorator for building pipeline. I add repo then try to call library/funciton from this repo but ...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi! I'm trying to implement a "keep N best checkpoints" logic in my project. (It was discussed here some time ago but I can't see the thread due to Slack lim...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
hi all, did anyone else encounter a bug with enqueuing new pipeline runs using the web GUI in version 1.9.0?
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi everyone 🙂 I have a question about ClearML. I can I disable it from automatically uploading model checkpoints to ClearML servers? I’m not interested in u...
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi
Hi ! ClearML Server + SDK v1.9.0 is out! 🎉 🚀 🎊 Happy Holidays and Happy New Year! ❇️ 🎇 🎄
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi everyone! Just a simple curiosity: Is the clearml-server docker image built on amd64 only? No arm64 support?
2 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
Migration ClearML 1.5.0 -> 1.8? -> 1.9? Good day to all. I am currently on ClearML Server 1.5.0 Everything seems to be just fine. Maybe some minor stuff in t...
2 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi everyone, has anyone used clearml for HPO with huggingface's trainer API? I am stuck with the following error. Any suggestions appericiated. TIA
2 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
2 years ago
0 Votes
29 Answers
2K Views
0 Votes 29 Answers 2K Views
Hello Everyone. I'm getting started with clearml. I'm trying HPO atm and have successfully run the base task. When running the clone of the base task in one ...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
hi, i'm uploading artifacts on the clearml storage (which is on a server filesystem) every X iterations and delete the older ones with delete_artifacts from ...
2 years ago
Show more results questions