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
DeliciousStarfish67
Moderator
3 Questions, 12 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

12 × Eureka!
0 Votes
16 Answers
573 Views
0 Votes 16 Answers 573 Views
2 years ago
0 Votes
6 Answers
604 Views
0 Votes 6 Answers 604 Views
Hi, is clearml support creating new tasks while in offline mode? I'm trying to run the following: from clearml import Task Task.set_offline(True) task = Task...
2 years ago
0 Votes
2 Answers
655 Views
0 Votes 2 Answers 655 Views
I'm trying to import offline tasks, but before I do so I want to make sure I'm not creating duplicates by accessing the task_name and project_name I'm going ...
2 years ago
0 I'M Trying To Import Offline Tasks, But Before I Do So I Want To Make Sure I'M Not Creating Duplicates By Accessing The Task_Name And Project_Name I'M Going To Sync. I'M Trying To Run

CostlyOstrich36 AWS Lambda is a serverless function. My use case is that I'm uploading offline tasks into s3 bucket and I want to sync those tasks to my clearml server.

2 years ago
0 Hi, Is Clearml Support Creating New Tasks While In Offline Mode? I'M Trying To Run The Following:

I tried:
Task.set_offline(offline_mode=True) task = Task.init(project_name="experiments", task_name="testing")and still the same error.

2 years ago