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
TrickySheep9
Moderator
71 Questions, 428 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

383 × Eureka!
0 Is It Not Possible To Add Artifacts To A Completed Task?

I was thinking such limitations will exist only for published

3 years ago
0 Is It Possible To Set An Environment Variable For A Task?

This worked well:

if project_name is None and Task.current_task() is not None: project_name = Task.current_task().get_project_name()

3 years ago
0 Anyone Doing Sagemaker With Clearml - Something Like The K8S Glue But The Tasks Are Pulled Into Sagemaker Training Jobs

AgitatedDove14 - any pointers on how to run gpu tasks with k8s glue. How to control the queue and differentiate tasks that need cpu vs gpu in this context

3 years ago
3 years ago
0 Quick Qn, When Using The Clearml-Task, How To Specify The Output_Uri.

you will have to update this in your local clearml.conf, or wherever you are doing the Task.init from.

3 years ago
0 Is There An Efficient Way To Query All Unique Models (Ie Excluding Versions) In A Project?

And anyway once a model is published can’t update it right? Which means there will be atleast multiple published models entries of same model over time?

3 years ago
3 years ago
0 Is It Not Possible To Add Artifacts To A Completed Task?

tasks.add_or_update_artifacts/v2.10 (Invalid task status: expected=created, status=completed

3 years ago
0 Is It Possible To Set An Environment Variable For A Task?

yeah i was trying in local and it worked as expected. But in local I was creating a Task first and then seeing if it’s able to get project name from it

3 years ago
0 Anyone Doing Sagemaker With Clearml - Something Like The K8S Glue But The Tasks Are Pulled Into Sagemaker Training Jobs

AgitatedDove14 aws autoscaler is not k8s native right? That's sort of the loose point I am coming at.

3 years ago
3 years ago
0 How Do People Generally Handle Moving From Experimental Mode With Notebooks And Then Running Pipelines For Production Training And Beyond?

Currently we train from Sagemaker notebooks, push models to S3 and create containers for model serving

3 years ago
0 Quick Qn, When Using The Clearml-Task, How To Specify The Output_Uri.

BTW when I started using s3, I was thinking I needed to specify ouput_uri for each task. Soon realized that you just need the prefix where you want to put it into, and clearml will take care of project etc being appended to the path. So for most usecases, a single output uri set in conf should work.

3 years ago
0 Getting This Error At

AgitatedDove14 - tried exit(0) from the notebook and it worked

3 years ago
0 Is It Possible To Set An Environment Variable For A Task?

Thoughts AgitatedDove14 SuccessfulKoala55 ? Some help would be appreciated.

3 years ago
0 Is It Possible To Set An Environment Variable For A Task?

The first line of it is getting a dataset and it’s failing with no project name

3 years ago
0 Getting This Error At

The console output in the UI says done but the pipeline is still “running”

3 years ago
Show more results compactanswers