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, 3697 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hi Everyone ! I Am Trying To Remotely Run A Code From A Github Repo Which Necessitates Some Installs (As Shown In The Picture). What Is The Best Way To Run These After Cloning The Git Repo ? Some Observations I Made:

Hi SwankyCrab22 ,

Regarding Task.init() did you try passing docker_bash_setup_script and it didn't work? Because according to the docs it should be available with Task.init() as well. Also, after the Task.init() you can use the following method:
https://clear.ml/docs/latest/docs/references/sdk/task#set_base_docker
to also add a docker_setup_bash_script in it's args.

Regarding running the script after the repository is downloaded - I'm not sure. But certainly...

2 years ago
0 Hi Everyone, I Recently Had To Move My Clearml Server To A Different Ip Address And Managed To Do That Without Any Issues. However, I Just Noticed That When I Try To Download An Artifact (Output Model, To Be Specific) From An Experiment That Ran Before Th

Hi SteepDeer88 , I think this is the second case. Each artifact URL is simply saved as a string in the DB.

I think you can write a very short migration script to rectify this directly on MongoDB OR manipulate it via the API using tasks.edit endpoint

2 years ago
0 Hi Everyone! I Have A Question Regarding Events-Training_Stats_Scalar-D1Bd92A3B039400Cbafc60A7A5B1E52B Index Its Size Is 93 Gb And It Initialises For 6 Hours. Can I Decrease Size Of This Index?

Hi @<1579280543999070208:profile|SourFly7> , this index holds scalars of some experiments. You can reduce it by deleting some experiments. Do you have any other large scalar indices?

one year ago
0 Hey Guys, In A Fresh Self-Hosted Clearml Server I Have The Issue That I Cannot See Any Preview Images Of The Files In A Dataset. It Seems Like A Bug, But Maybe I Am Doing Something Wrong?

Looping in @<1523703436166565888:profile|DeterminedCrab71> & @<1523701435869433856:profile|SmugDolphin23> for visibility

one year ago
0 I Have A Question About Accessing The Parameters From Hydra Omegaconfig. I Am Trying To Follow The Hyperparam Optimization Example, And There It Is Written

YummyLion54 , please try the following:

` from clearml import Task

base_task = Task.get_task(task_id="base task id")
cloned_task = Task.clone(source_task=base_task)
cloned_task.connect_configuration(name="OmegaConf", configuration="path/to/conf/file") `

3 years ago
3 years ago
0 More Clarification On Documentation (Clearml Data):

That's an interesting question. I'm pretty sure file deltas aren't saved (Although you do get file sizes so you might see changes there)
Let me check if maybe they are saved somehow or if that information can be extrapolated somehow ๐Ÿ™‚

2 years ago
0 Is There More Info On How To Set Up Clearml-Agent In Kubernetes Than At These Links?

Hi @<1559349204206227456:profile|BeefyStarfish55> , you would need to integrate ClearML with k8s for that.
I think this helm chart is what you're looking for
None

one year ago
0 I Have A Project Which Is Hidden, How Do I Unhide It?

Hi @<1547028031053238272:profile|MassiveGoldfish6> , are you self hosted or on the community server? What project is this, a pipelines/dataset project or just some regular project?

8 months ago
0 Hi All, I'M Running Dl Experiments On Top Of Mmdetection. The Experiments Are Deployed Remotely On A Dedicated Ec2 Instance Through

For example:
task 613b77be5dac4f6f9eaea7962bf4e034 pulled from eb1c9d9c680d4bdea2dbf5cf90e54af2 by worker worker-bruce:3 Running task '613b77be5dac4f6f9eaea7962bf4e034' Storing stdout and stderr log to '/tmp/.clearml_agent_out._sox_04u.txt', '/tmp/.clearml_agent_out._sox_04u.txt'

2 years ago
0 Hi All, I'M Running Dl Experiments On Top Of Mmdetection. The Experiments Are Deployed Remotely On A Dedicated Ec2 Instance Through

Also, in the Scalers section you can see the machine statistics to maybe get an idea. If the memory usage is high this might be the issue. If not then we can cancel out this hypothesis (probably)

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

2 years ago
0 Hi There, I Would Like To Know How We Can Pass An Environment Variable For The Running Script When The Script Is Run Remotely By An Agent?

Hi @<1529995795791613952:profile|NervousRabbit2> , if you're running in docker mode you can easily pass it in the docker_args parameter for example so you can set env variables with -e docker arg

one year ago
0 Hello! When I Delete Tasks, Models Or Datasets From The Fileserver'S Ui, The Associated Artifacts (In

Hi ShinyRabbit94 ,
Do you get any error when you attempt to delete the Tasks?

2 years ago
0 Good Afternoon! Thanks For The Cool Solution, I'Ve Been With You For More Than A Year) Tell Me Please. Do You Have Plans To Implement Any Of The Following Proposals? If Not, How Does It Fit Into The Concept And How Difficult Is It To Implement?)

Hi @<1523702932069945344:profile|CheerfulGorilla72> , regarding 1 - Do you mean the name of the worker? 2 I don't think this exists but you can very easily extract this via the API

one year ago
0 Hi All, I'M Running Dl Experiments On Top Of Mmdetection. The Experiments Are Deployed Remotely On A Dedicated Ec2 Instance Through

ResponsiveHedgehong88 , do you have an option to log into the machine and see the state or if there were any errors? Is there any chance it's running out of memory? The agent also keeps a local log, can you take a look there to see if there is any discrepancy?

2 years ago
0 Is It Possible To Change The

When you generate new credentials in the GUI, it comes up with a section to copy and paste into either

clearml-init

or

~/clearml.conf

. I want the files server displayed here to be a GCP address

Regarding this - I think you should open a github feature request since there is currently no way to do this via UI

2 years ago
0 Hi Everyone, Is There An Option To Not Mount Cache Into The Docker Of An Clearml-Agent? E.G. Datasets Are Downloaded Into The Docker And Gone When The Docker Container Is Removed By The Agent.

Hi @<1523701868901961728:profile|ReassuredTiger98> , in the end the container mounts to some volumes on the original machine so it has to be somewhere. Are you basically asking about 'cleaning' the data once a session finishes?

one year ago
Show more results compactanswers