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
GentleSwallow91
Moderator
17 Questions, 32 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

32 × Eureka!
0 Votes
1 Answers
630 Views
0 Votes 1 Answers 630 Views
additional mounts in docker when running agent task Is there a way to mount specific files into docker container through agent configuration? My point is tha...
one year ago
0 Votes
1 Answers
678 Views
0 Votes 1 Answers 678 Views
Proper way to upload artifacts Good day to all. I am running a pytorch lightning notebook with ClearML integration. As was advised in lightning example just ...
one year ago
0 Votes
2 Answers
792 Views
0 Votes 2 Answers 792 Views
Good day to all! Any clue how to make upload dataset to minio S3? I have setup a custom s3 in clearml.conf as per docs: aws { s3 { # default, used for any bu...
aws
2 years ago
0 Votes
3 Answers
628 Views
0 Votes 3 Answers 628 Views
automatic ssh keys export to agent in docker mode I don't know how about you - but I have struggled with mounting my host ssh keys inside a docker while usin...
one year ago
0 Votes
17 Answers
665 Views
0 Votes 17 Answers 665 Views
Migration ClearML 1.5.0 -> 1.8? -> 1.9? Good day to all. I am currently on ClearML Server 1.5.0 Everything seems to be just fine. Maybe some minor stuff in t...
one year ago
0 Votes
2 Answers
634 Views
0 Votes 2 Answers 634 Views
2 years ago
0 Votes
2 Answers
620 Views
0 Votes 2 Answers 620 Views
controlling artifacts logging Is there a way tell ClearML Task not to do automatic file reporting? My code does tflight model conversion. So the problem here...
one year ago
0 Votes
4 Answers
669 Views
0 Votes 4 Answers 669 Views
one year ago
0 Votes
7 Answers
627 Views
0 Votes 7 Answers 627 Views
Correct way to configure ssh authentication for git in agent with docker mode I am struggling with configuring ssh authentication in docker mode with agent. ...
one year ago
0 Votes
2 Answers
645 Views
0 Votes 2 Answers 645 Views
post_packages: clearml.conf I had a problem with one python package - it is installed in base docker image but clearML has not determined it during the scrip...
one year ago
0 Votes
9 Answers
651 Views
0 Votes 9 Answers 651 Views
Reducing docker container spin-up time with ClearML agent I have made a training experiment with clearML in docker container. Now I have the same image that ...
one year ago
0 Votes
3 Answers
602 Views
0 Votes 3 Answers 602 Views
Adding --privileged to docker arguments in agent docker mode Minor stuff but by default GPUs are passed to container running with this flag (I am on archlinu...
one year ago
0 Votes
17 Answers
650 Views
0 Votes 17 Answers 650 Views
upload_artifact not working with minio I have a minio server integrated with ClearML and it works fine for storing jupyter notebooks on minio but I can not s...
one year ago
0 Votes
2 Answers
635 Views
0 Votes 2 Answers 635 Views
logger.report_image and logger.report_matplotlib_figure not working I get a positive response from SDK call (see the screenshot) but the images/figures do no...
one year ago
0 Votes
1 Answers
691 Views
0 Votes 1 Answers 691 Views
What's the proper way to build a pipeline? In ClearML there are several approaches to build a pipeline. I am about to make a pipeline for the following scena...
tf
one year ago
0 Votes
3 Answers
624 Views
0 Votes 3 Answers 624 Views
Is there a way to use agent for dataset creation tasks? My point is that I want to use agents to create datasets. For that purpose I need to pass parameters ...
one year ago
0 Votes
1 Answers
673 Views
0 Votes 1 Answers 673 Views
clearml-data sync not working I am using clearml-data cli to work with the dataset and the workflow is that I get a local copy and then make some changes to ...
one year ago