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
CostlyOstrich36
Moderator
0 Questions, 4210 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hello, Deploy Clearml In Docker And Train A Yolov8 Model, Finish Train, In Plots No Pics Show,So Why

Hi @<1762286410452176896:profile|ExcitedFrog68> , if you open dev tools (F12) do you see any console errors?

one year ago
0 Also, Does You Guys Support User Authentication? In The Documentation -

Hi @<1580367711848894464:profile|ApprehensiveRaven81> , I'm afraid this is only option for the open source version. In the Scale/Enterprise licenses there are SSO/LDAP integrations

2 years ago
0 I Have A Project Which Is Hidden, How Do I Unhide It?

The project should have a system tag called 'hidden'. If you remove the tag via the API ( None ) that should solve the issue.

How was the project turned to hidden?

one year ago
0 Hi, I Have A Question About

Do you have an example to play with?

3 years ago
0 Hi, Is There Any Way To Mount An S3 Bucket To Worker Nodes For Some Specific Use Cases Like Data Streaming? If So, How Does Clearml Tackle Data Versioning?

Hi @<1562610699555835904:profile|VirtuousHedgehong97> , I think you can mount some shared folder between the ec2 instances to use as cache. ClearML hashes data so it can know if what it has in it's cache is relevant or not.

2 years ago
0 Hi, Is There Any Variable That Defines The Disconnectivity Timeout? I Want To Handle Cases Where My Remote Clearml Is Not Available For Some Time. In Addition, What Is The Recommended Way To Handle Clearml Remote Server Connection Issues? I Would Like Tha

Hi @<1853608151669018624:profile|ColossalSquid53> , if there is no connectivity to the clearml server, your python script will run regardless. clearml will cache all logs/events and then flush them once connectivity to the server is resumed.

4 months ago
0 Hi, I'M Using

Are you running the agent on the same machine as the server?

10 months ago
0 Hi, I'M Using

Hi @<1785479228557365248:profile|BewilderedDove91> , please provide a full log of the execution

10 months ago
0 Hi! I Have Some Agents On Gcp. Lately I Have Been Getting Some Experiments That Simply Stop Running (No Signs That The Experiment Crashed). Here Is A Plot That Shows The Resource Monitoring. Any Ideas On What Could Be Causing This?

GrievingTurkey78 , what framework are you working with? Can you provide some more information regarding your environment - linux/windows, pip/conda? Can you provide maybe a snippet of your code I can try to run to reproduce?

4 years ago
0 Hello, I Am Trying To Modify My Clearml-Agent Running On A Aws Autoscaler (From Clearml Applications). I Want To Be Able To Clone My Repo (Working), And Install My Poetry Dependencies From

@<1556812486840160256:profile|SuccessfulRaven86> , what is the base docker image you mention? Did you check that this docker has python 3.9?

2 years ago
0 Hi Community, I Want To Add 2 Args For Clearml Agent Dockers " ["--Network=Host", "--Ipc=Host"]". I'Ve Tried With Changing Agent.Default_Docker.Arguments => But It Didn'T Work. Later When I Tried With Agent.Extra_Docker_Arguments => It Worked. So I Was Wo

Hi @<1749965229388730368:profile|UnevenDeer21> , can you add the log of the job that failed?

Also, note that you can set these arguments from the webUI on the task level itself as well, Execution tab and then container section

one year ago
0 Hello There! After Updating Clearml Server To The Latest Version I'M Not Able To Download Old Datasets. I Got An Error

Maybe SmugDolphin23 or AppetizingMouse58 might have some insight into this since behavior of Datasets changed in the last year I think

2 years ago
0 Hello There! After Updating Clearml Server To The Latest Version I'M Not Able To Download Old Datasets. I Got An Error

Hi EcstaticMouse10 , what was your previous version?

Also, what if you try to specify id's instead of names?

2 years ago
0 Hi, I Am Working On Creating Retraining Pipelines In Production. The Way I'M Doing This Is To Install Clearml-Server On My Production. Then I Recreate The Ingestion, Preprocessing And Training/Opt Tasks Into A Clearml-Pipeline. Thereafter, I Would Call

So does it mean you basically recreated your entire training environment just in production?
Regarding the questions:
I'm not sure I understand. If you don't expose code... What would be executed? I think this is something available only on the Scale/Enterprise level

3 years ago
0 Sporadic Failure To Retrieve Scalars And Console Logs. Context: Self-Hosted In Azure With 2 Separate Azure Container App For The Ui And Api Server. Elasticsearch, Mongodb As Azure Service Subscription. Symptom: For Long Running Task, We Sometime Get Err

Hi @<1576381444509405184:profile|ManiacalLizard2> , it feels like something related to the resources of the server or networking and it's having a hard time retrieving the data from ES. What resources have you allocated for the API server/ ES?

8 months ago
one year ago
0 I Wanted To Ask, I'M Versioning My Data Using Clearml Data. And I'Ll Have A Training Task With Clearml Task. My Question Is, Does Clearml Keep Track Of The Data Versions Fetched From Clearml Data? Basically I Want To See How Much Of Tracking And Informati

VexedCat68 , that's a good question! I'm not sure that ClearML keeps track of that, I need to check on that.

However, I think a neat solution could be using the datasets as task configuration parameters. This way you can track which datasets were used and you can set up new runs with different datasets.

3 years ago
0 Ui Suggestion:

DepressedChimpanzee34 I see what you mean! Let me check regarding that 🙂

4 years ago
0 Hello Admin, How Do I Download The Clearml Documents In A Pdf Format?

You have the open source repository of the documents - None

I think you could generate a pdf from that with some code.

one year ago
0 From

I think you can report these statistics manually to the Dataset

2 years ago
Show more results compactanswers