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
Profile picture
HelpfulHare30
Moderator
10 Questions, 33 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

31 × Eureka!
0 Votes
8 Answers
788 Views
0 Votes 8 Answers 788 Views
Hi all. If I understand right, Dataset and any other task is Aborted after some time of inactivity. Can I configure it on some level (ideally on task level)?...
3 years ago
0 Votes
3 Answers
995 Views
0 Votes 3 Answers 995 Views
Hi all. Is it possible to configure agent NOT to install requirements.txt/INSTALLED PACKAGES and to use some pre-ready environment (for example, virtualenv c...
3 years ago
0 Votes
6 Answers
860 Views
0 Votes 6 Answers 860 Views
Different question. How can I pass PYTHONPATH env variable to a task, run by agent (so python can find classes inside m subdirectories)?
2 years ago
0 Votes
5 Answers
831 Views
0 Votes 5 Answers 831 Views
Task.init() takes by default output_uri from clearml.conf configuration file (S3 bucket in my case). But underlined task created with Dataset.create() ignore...
3 years ago
0 Votes
5 Answers
851 Views
0 Votes 5 Answers 851 Views
Hi clearml. I'm trying to look at Datasets functionality (with the help of https://github.com/allegroai/clearml/blob/master/docs/datasets.md and https://clea...
3 years ago
0 Votes
10 Answers
854 Views
0 Votes 10 Answers 854 Views
Hi. I have a task executed on clearml-agent, configured with agent.package_manager.force_repo_requirements_txt = true . But requirements,txt is not taken int...
3 years ago
0 Votes
9 Answers
764 Views
0 Votes 9 Answers 764 Views
One more strange behaviour of clearml-agent. Two tasks with the same code (except usage of task.execute_remotely()) generate different structure of output ar...
3 years ago
0 Votes
6 Answers
827 Views
0 Votes 6 Answers 827 Views
Is there some support of multi-machine training on ClearML level?
3 years ago
0 Votes
6 Answers
972 Views
0 Votes 6 Answers 972 Views
Hi here. Is it possible to run clearml-agent with pre-ready pip virtual environment and avoid packages installation from requirments.txt/INSTALLED PACKAGES ?
2 years ago
0 Votes
2 Answers
797 Views
0 Votes 2 Answers 797 Views
Hi all. Is there possibility to download all the artifacts from some task?
3 years ago
0 Hi Clearml. I'M Trying To Look At Datasets Functionality (With The Help Of

TimelyPenguin76 , thank you for explanation. 1). Great. 2) As you can see from my screenshot, Data Processing task is created but I don't see Datasets tab as I see in https://clear.ml/blog/construction-feat-tf2-object-detection-api/ 3) I see. So need to specify with every cli command/SDK method call

3 years ago
0 Hi. I Have A Task Executed On Clearml-Agent, Configured With

TimelyPenguin76 , any news regarding this?

3 years ago
Show more results compactanswers