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
AntsyPenguin90
Moderator
4 Questions, 5 Answers
  Active since 23 April 2023
  Last activity 12 months ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
9 Answers
539 Views
0 Votes 9 Answers 539 Views
Hello all, we’re trying to use report_image to log sample images to ClearML, but output on client is empty: image_open = Image.open(os.path.join("prediction"...
12 months ago
0 Votes
2 Answers
502 Views
0 Votes 2 Answers 502 Views
For ClearML storage we want to store data in multiple places: - Data versioning: data will be pushed to NAS (since NAS has backup mechanism) - Experiment art...
12 months ago
0 Votes
1 Answers
580 Views
0 Votes 1 Answers 580 Views
Hello all, it seems that ExperimentManager is geared toward training jobs. We however need to do evaluation/benchmarking jobs most of the time. Is there anyw...
12 months ago
0 Votes
1 Answers
529 Views
0 Votes 1 Answers 529 Views
We’re planning to use ClearML Agent to: - Select data - Feed data through AI SDK on a remote machine - Log output prediction + metrics (if gt is there) to Ex...
11 months ago
0 Hello All, We’Re Trying To Use

Yes, artifacts (including both zip and folder) could be uploaded.

This issue is similar to the one on stackoverflow ( None ) and github ( None )

12 months ago
0 For Clearml Storage We Want To Store Data In Multiple Places:

yeap, but could it support 2 location at the same time?

  • output_uri_A: for data versioning
  • output_uri_B: for data of experiment artifacts
12 months ago
0 Hello All, We’Re Trying To Use

May you elaborate little bit more on this? Right now I'm using the default file server provided by ClearML, ie ipaddress:8081

12 months ago
0 Hello All, We’Re Trying To Use

Hmm there’s something wrong with the setup. I tried with the demo version of ClearML then it works:
image

12 months ago
0 Hello All, We’Re Trying To Use

We can confirm that the image is uploaded to file server successfully:

/data/clearml/data/fileserver/examples/register image.b8bd8c27aaa6416a9b870cdc3878a4f3/metrics/image/image PIL ll
total 12K
-rw-r--r-- 1 london london 12K Apr 25 10:16 'image_image PIL_00000000.jpeg'

For some reasons, the front-end could not grab/display the image

12 months ago