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
3 Answers
692 Views
0 Votes 3 Answers 692 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...
2 years ago
0 Votes
2 Answers
741 Views
0 Votes 2 Answers 741 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...
2 years ago
0 Votes
2 Answers
750 Views
0 Votes 2 Answers 750 Views
2 years ago
0 Votes
4 Answers
808 Views
0 Votes 4 Answers 808 Views
2 years ago
0 Votes
17 Answers
756 Views
0 Votes 17 Answers 756 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...
2 years ago
0 Votes
2 Answers
734 Views
0 Votes 2 Answers 734 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...
2 years ago
0 Votes
2 Answers
718 Views
0 Votes 2 Answers 718 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
3 Answers
756 Views
0 Votes 3 Answers 756 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
9 Answers
766 Views
0 Votes 9 Answers 766 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 ...
2 years ago
0 Votes
2 Answers
922 Views
0 Votes 2 Answers 922 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
1 Answers
729 Views
0 Votes 1 Answers 729 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...
2 years ago
0 Votes
1 Answers
774 Views
0 Votes 1 Answers 774 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 ...
2 years ago
0 Votes
17 Answers
776 Views
0 Votes 17 Answers 776 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
3 Answers
725 Views
0 Votes 3 Answers 725 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
7 Answers
741 Views
0 Votes 7 Answers 741 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. ...
2 years ago
0 Votes
1 Answers
768 Views
0 Votes 1 Answers 768 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 ...
2 years ago
0 Votes
1 Answers
805 Views
0 Votes 1 Answers 805 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 Reducing Docker Container Spin-Up Time With Clearml Agent

clearml-agent --version CLEARML-AGENT version 1.2.3

2 years ago
Show more results compactanswers