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
2 Answers
774 Views
0 Votes 2 Answers 774 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
one year ago
0 Votes
1 Answers
609 Views
0 Votes 1 Answers 609 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
651 Views
0 Votes 1 Answers 651 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
0 Votes
4 Answers
653 Views
0 Votes 4 Answers 653 Views
one year ago
0 Votes
17 Answers
648 Views
0 Votes 17 Answers 648 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
595 Views
0 Votes 2 Answers 595 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
579 Views
0 Votes 3 Answers 579 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
2 Answers
619 Views
0 Votes 2 Answers 619 Views
one year ago
0 Votes
1 Answers
658 Views
0 Votes 1 Answers 658 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
9 Answers
637 Views
0 Votes 9 Answers 637 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
7 Answers
602 Views
0 Votes 7 Answers 602 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
1 Answers
668 Views
0 Votes 1 Answers 668 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
2 Answers
627 Views
0 Votes 2 Answers 627 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
17 Answers
631 Views
0 Votes 17 Answers 631 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
3 Answers
607 Views
0 Votes 3 Answers 607 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
2 Answers
620 Views
0 Votes 2 Answers 620 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
3 Answers
606 Views
0 Votes 3 Answers 606 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 Upload_Artifact Not Working With Minio

Hi SweetBadger76
So - I have turned off SSL for minio and tried a test script for uploading those two artifacts.
The result is that it works - the file got uploaded to a bucket.
Although it has taken a long time to finish upload and the files are less than 1Mb
$ python3 test.py ClearML Task: overwriting (reusing) task id=72e7c0b098e14197a9ffe82d7444337f ClearML results page: `
2022-06-10 14:14:00,894 - clearml.Task - INFO - Waiting to finish uploads
2022-06-10 14:14:11,888 - clearml.T...

one year ago
0 1St Of All I Want To Thank The Developers Team Of Clearml - You Are Awesome And So Your Product Is! I Had Some Frustration Setting Up The Stuff And Still Struggle But All In All - It'S The Best Product On The Market Of Mlops. More Of An Information Reques

Thanks Jake SuccessfulKoala55 !
I used to have problems with clearML agents and multi-GPU training with agents - have put it on hold.
Now my problem is with ClearML serving.
I have managed to run a demo https://clear.ml/docs/latest/docs/clearml_serving/clearml_serving_tutorial
But had problems :
` clearml-serving --id c605bf64db3740989afdd9bee87e6353 model add --engine sklearn --endpoint "test_model_sklearn" --preprocess "examples/sklearn/preprocess.py" --name "initial model training" --p...

one year ago
Show more results compactanswers