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

Reputation

0

Badges 1

25 × Eureka!
0 Votes
18 Answers
619 Views
0 Votes 18 Answers 619 Views
Quick one: Having some issues with comparing experiments. Can I only compare experiments if they are clones of the same parent task?
2 years ago
0 Votes
16 Answers
591 Views
0 Votes 16 Answers 591 Views
Hey, I'm probably being thick here but I would like to pull some data from a database and write it to a particular bucket in s3 within a task i'm doing. I'm ...
3 years ago
0 Votes
18 Answers
517 Views
0 Votes 18 Answers 517 Views
3 years ago
0 Quick One: Having Some Issues With Comparing Experiments. Can I Only Compare Experiments If They Are Clones Of The Same Parent Task?

I have the iteration set to 0 for all charts. I'm using a self-hosted server.

When I limit to log one chart and compare 3 experiments I now get a single chart for the first experiment I clicked compare on. With no charts showing for the other two.

2 years ago
0 Quick One: Having Some Issues With Comparing Experiments. Can I Only Compare Experiments If They Are Clones Of The Same Parent Task?

I'm trying to compare experiments, works on all the tabs excluding plots, where the plots are blank.
However when I look at the individual tasks I can see the plots.

2 years ago
0 Quick One: Having Some Issues With Comparing Experiments. Can I Only Compare Experiments If They Are Clones Of The Same Parent Task?

doing that now, this is the ami used for deployment if that helps ami-006f3e468e893fc99

2 years ago
0 Hey, I'M Probably Being Thick Here But I Would Like To Pull Some Data From A Database And Write It To A Particular Bucket In S3 Within A Task I'M Doing. I'M Using Task.Upload_Artifact But Can'T Understand Where I Write The Bucket Path.

File final location
s3://company-clearml/artifacts/examples/load_artifacts.f0f4d1cd5eb54795b11508dd1e739145/artifacts/filename.csv.gz/filename.csv.gzTask Init command
task = Task.init( project_name="examples", task_name="load_artifacts", output_uri="s3://company-clearml/artifacts/bethan/sales_journeys/", )Upload artifact command
task.upload_artifact( filename.csv.gz, artifact_object=df, delete_after_upload=True, wait_on_upload=False )

3 years ago