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 6042

Questions 6042

Tags
Sorting
Results
per page
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi, I’m trying to bypass Task’s “installed packages” and require an installation of my repo’s requirements.txt . I’ve set agent.package_manager.force_repo_re...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Since PipelineDecorator automatically starts the task for you, is there any way to specify arguments to Task.init in the task created for a function decorate...
4 years ago
0 Votes
21 Answers
2K Views
0 Votes 21 Answers 2K Views
Hi! Any idea why clearml fails to detect iteration reporting? ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-fr...
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
hello, is there a way for the clearml agents to check for repository changes recursively? eg, our source is broken in serveral different submodules, clearml'...
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Is it possible to ask an agent to use a specified existing python environment instead of building one from scratch?
4 years ago
0 Votes
26 Answers
2K Views
0 Votes 26 Answers 2K Views
Hi everyone, is it possible to show the upload progress of artificats? E.g. I use torch.save to store some very large model, so it hangs forever when it uplo...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
4 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
I have a question regarding the deletion of archived experiments. Some of them can't be deleted and the error message is General data error (TransportError(5...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi all, I'm getting this "ERROR - Action failed <500/100: events.add_batch/v1.0" in my task log, can any one help diagnose \ solve this issue? what does it a...
4 years ago
0 Votes
28 Answers
2K Views
0 Votes 28 Answers 2K Views
4 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
I have another small technical question, I am trying to see the workers status programatically using the folowing: from clearml.backend_api.session.client im...
4 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
4 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
When ClearML converts a PipelineDecorator.component decorated function to script code, I have noticed that indexing syntax like A[:, 0] is rewritten as A[(:,...
4 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
How to use task_overrides in PipelineController.add_step method to set latest commit in some branch?
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
How come PipelineController has changed in a very backwards-incompatible fashion but we are still on the same major version? O_O Also the documentation is no...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
What's the difference between http://allegro.ai/clearml/docs and http://clear.ml/docs ? Which one is the real documentation? I need to look up something very...
4 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hi There everyone! We're working on some better UX for triggering and scheduling functions and would love to pick your brains 🙂 If anyone is using it \ inte...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
New RC(1.1.2rc0) version available! 🎉 Change set: ClearML Data - Upload dataset now supports chunksize, for multi-part upload/download (useful with large da...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi all, I have a Live Webinar coming up on Feature Engineering with KubeFlow Feast on Oct 7th, 2021 | 02:00 PM CST... https://www.royalcyber.com/webinar/feat...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Avoiding http://Clear.ml glue code spaghetti - community best practices? Say I have training pipeline : Task 1 - data preprocessing -> create a dataset artif...
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
4 years ago
0 Votes
29 Answers
2K Views
0 Votes 29 Answers 2K Views
Hi, I am having difficulties when using the Dataset functionality. I am trying to create a dataset with the following simple code: from clearml import Task, ...
4 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
Hey, ClearML team! When can we expect an updated roadmap? Last one is from august https://docs.google.com/document/d/1QlPiDO2EzDq_HRvuVhYwPh5F_IsjgmmRTlPNdHi...
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi there, is it possible to configure the clearml-agent to run some commands before running each experiment it launches? Eg. echo "test" > "test.txt" && <-- ...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Can I prevent torch.save()from automatically uploading the model and use task.update_output_model(model_path=best_model_path)at the end to upload the best mo...
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
If I'm using a drive mapping to save files is there any easy method/hack that would allow me having different base mappings on different machines?
4 years ago
0 Votes
28 Answers
2K Views
0 Votes 28 Answers 2K Views
I'm a little confused as to how force_requirements_env_freeze works when no requirements file is supplied. Is it supposed to store the full reqs of the envir...
4 years ago
Show more results questions