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 Hey, So I Am Trying To Run A Script To Train A Model Using Yolov8 Ultralytics. When I Run It Locally On My Computer It Executes Without Any Errors, But When I Try And Run It Through A Clearml-Agent I Always Get An Error That Makes No Sense: The Model Is F

Hi @<1736919317200506880:profile|NastyStarfish19> , can you provide an example script that reproduces this behaviour? Also full log of the execution would be useful 🙂

one year ago
0 Hi! If I Have A Folder With Multiple

Can you give an example of the pathing of dirpath ?

3 years ago
0 Hi Team,

Hi @<1533257278776414208:profile|SuperiorCockroach75> , what do you mean? ClearML logs automatically scikit learn

2 years ago
0 Hi, I Tried To Deploy Clearml-Server On Ec2. I Followed The Instruction Written On This

StickySheep96 , Is it possible you raised the server locally on your machine and not the EC2 instance?

2 years ago
0 How Can I Use A Custom Docker-Container (Custom System Dependencys) With Clear-Ml ? How Do I Add My Own Docker-Container To Clear-Ml After I Build It With Docker Build?

Hi @<1797800424254738432:profile|FlatHippopotamus76> , you can set your image using Task.set_base_docker, I think this is what you're looking for - None

9 months ago
0 I Have The User/Pass Set Up On The

You're sure this is a generated token and not a password?
image

11 months ago
0 Is Allegroai Package Accessible For Scale Only?

Hi IrritableJellyfish76 , yes. It is available only for Scale & Enterprise versions

3 years ago
0 Hi All, I Have A Question - Is There A Way To Upload A Local (

Hi @<1539417873305309184:profile|DangerousMole43> , I don't think such a capability exists. You can however add a link to a file as a parameter and then run it from the GUI.

Regarding the drag and drop capability I think it's a really cool idea! Maybe open a feature request on GitHub?

2 years ago
0 Hello, I'D Like To Ask Questions About Taskscheduler

ScaryBluewhale66 , Hi 🙂
Regarding your questions
I think you can just reset the task and enqueue it You can stop it either in the UI or programmatically I'm guessing the scheduler would show errors in it's log if for some reason it failed at something for some reason

3 years ago
0 Hello

Hi @<1752139552044093440:profile|UptightPenguin12> , for that you would need to use the API and use the mark_completed call with the force flag on

one year ago
0 Hi Guys ! I Am Using My Agent In Docker Mode (Everything Prepared For Experiments). I Am Facing Following Challenge. In My Code:

Also a good read are the environment variables - I think those also allow you some advanced capabilities
None

2 years ago
0 Hi Guys, I Hope This Isn'T A Super Dumb Question But... How Do I Unpublish An Experiment? I Tried To Archive It And Then Restore It, But No Luck.

CluelessElephant89 , Hi 🙂

An experiment cannot be 'unpublished' through the UI since it's a 'finalizing' action that the UI also gives a popup regarding. I think you can reset the task with Task.reset(force=True) through the SDK. This however will remove all logs/metrics.

https://clear.ml/docs/latest/docs/references/sdk/task#reset

What is the reason you would like to 'un-publish' and what would you want the new state to be, completed?

4 years ago
0 Hi All, I'M Trying To Set Up Aws Autoscaler To Spin Up Ec2 Instances From Predefined Ami So I Was Able To Set Up The Autoscaler, But I Am Experiencing Some Issues With Spinning Up The Ec2 Instance. Seems Like It Keeps Failing (Spinning Up An Instance, The

Python 2 is no longer supported, I'd suggest finding an AMI that already has python3 built in (Or install it using the init script, not suggested though) and also CUDA enabled to avoid that installation to support cuda images

9 months ago
0 Hi Everyone Trying To Add Cloudflare R2 Storage To Api.Files_Server Or Sdk.Development.Default_Output_Uri As Https://<Id>.

@<1554638179657584640:profile|GlamorousParrot83> , can you add also the full log?

2 years ago
0 Hi, I Am Surprised By The Behavior Of

Hi @<1523715429694967808:profile|ThickCrow29> , thank you for creating a github issue on this! Makes sense it would be moved to aborted 🙂

one year ago
0 Hi Everyone! I Got This Error

Hi @<1638712150060961792:profile|SilkyCrocodile89> , can you please add the log and an example of a failure and of it working?

one year ago
0 I Guess One Experiment Is Running Backwards In Time

JitteryCoyote63 , are you on a self hosted server? It seems that the issue was solved for 3.8 release and I think should be released to the next self hosted release

3 years ago
Show more results compactanswers