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 2 years ago

Reputation

0

Badges 1

32 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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
1 Answers
1K Views
0 Votes 1 Answers 1K 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
2 Answers
1K Views
0 Votes 2 Answers 1K 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
1K Views
0 Votes 3 Answers 1K 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...
2 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K 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
9 Answers
1K Views
0 Votes 9 Answers 1K 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
17 Answers
1K Views
0 Votes 17 Answers 1K 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...
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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
17 Answers
1K Views
0 Votes 17 Answers 1K 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
3 Answers
1K Views
0 Votes 3 Answers 1K 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 ...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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
1 Answers
1K Views
0 Votes 1 Answers 1K 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
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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
4 Answers
1K Views
0 Votes 4 Answers 1K Views
2 years ago
0 Upload_Artifact Not Working With Minio

Currently I have the following config re S3:
` aws {
s3 {
# default, used for any bucket not specified below
key: ""
secret: ""
region: ""

        credentials: [
            {
                # This will apply to all buckets in this host (unless key/value is specifically provided for a given bucket)
                host: "mydomain.com:9000"
                key: "minio"
                secret: "secret data"

...

2 years ago
0 Reducing Docker Container Spin-Up Time With Clearml Agent

This time it runs smoothly - here's the output:
` Local file not found [torch @ file:///home/testuser/.clearml/pip-download-cache/cu113/torch-1.11.0%2Bcu113-cp39-cp39-linux_x86_64.whl], references removed
Local file not found [torchvision @ file:///home/testuser/.clearml/pip-download-cache/cu113/torchvision-0.12.0%2Bcu113-cp39-cp39-linux_x86_64.whl], references removed
Adding venv into cache: /home/nino/.clearml/venvs-builds/3.9
Running task id [b15553c045ab4c3283bbdb040ec19f1f]:
[src/models]...

2 years ago
Show more results compactanswers