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
DrabOwl94
Moderator
7 Questions, 21 Answers
  Active since 10 January 2023
  Last activity 10 months ago

Reputation

0

Badges 1

21 × Eureka!
0 Votes
0 Answers
570 Views
0 Votes 0 Answers 570 Views
as we understand this is related to MongoDB maximum BSON field size, where clearML tries to save the metadata of uploaded files
one year ago
0 Votes
1 Answers
374 Views
0 Votes 1 Answers 374 Views
7 months ago
0 Votes
0 Answers
589 Views
0 Votes 0 Answers 589 Views
But I get the following error:
one year ago
0 Votes
0 Answers
672 Views
0 Votes 0 Answers 672 Views
Hi! We've tried to upload a dataset to ClearML with more then 1M files in it and failed with following message:
one year ago
0 Votes
3 Answers
584 Views
0 Votes 3 Answers 584 Views
Hi, I am trying to use clearml-param-search tool. This is the command I use: clearml-param-search --task-id 454b34c3fbb34a8683f3dd6e6d77d49c --params-search ...
one year ago
0 Votes
25 Answers
656 Views
0 Votes 25 Answers 656 Views
"clearml.Task - ERROR - Action failed <500/0: tasks.edit/v1.0 (Update failed (BSONObj size: 18330801 (0x117B4B1) is invalid. Size must be between 0 and 16793...
one year ago
0 Votes
12 Answers
519 Views
0 Votes 12 Answers 519 Views
Hi all. In self hosted CLEARML suddenly scalars stopped to be shown in SCALARS tab. Any ideas?
10 months ago
0 Hi All. In Self Hosted Clearml Suddenly Scalars Stopped To Be Shown In Scalars Tab. Any Ideas?
{"type": "server", "timestamp": "2023-06-21T08:26:03,816Z", "level": "ERROR", "component": "o.e.b.ElasticsearchUncaughtExceptionHandler", "cluster.name": "${sys:es.logs.cluster_name}", "node.name": "clearml", "message": "uncaught exception in thread [process reaper (pid 218)]", "cluster.uuid": "9l7JSn6ES0upH0UZK2C8Tw", "node.id": "x3JpeJiKSWSNsz8s7Y0Kuw" ,
uncaught exception in thread [process reaper (pid 218)]
java.security.AccessControlException: access denied ("java.lang.RuntimePermi...
10 months ago
one year ago
one year ago
0 "Clearml.Task - Error - Action Failed <500/0: Tasks.Edit/V1.0 (Update Failed (Bsonobj Size: 18330801 (0X117B4B1) Is Invalid. Size Must Be Between 0 And 16793600(16Mb) F"

clearml-data create --name [Dataset Name] --project [Project Name] --output-uri clearml-data add --files [FILE_PATH] --id [Id] clearml-data close

one year ago
0 Hi, I Am Trying To Use

clearml==1.8.3

one year ago