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, 4175 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hello, I’M Trying To Log (Via

Hi RattyLouse61 ,

Do you have an example of the parameters you're trying to connect?

3 years ago
0 Is The

Hi WackyRabbit7 , the link seems to lead to somewhere unrelated. Can you elaborate?

2 years ago
0 Hello, I'M Following The Tutorial Of

ScaryBluewhale66 , Hi 🙂

You would need to install ClearML-Agent to run it

3 years ago
0 (A Regular Experiment Did Execute In The Remote Agent, I Only Get This With The Pipe)

So when you run it standalone it works fine? How are you creating the pipeline?

2 years ago
0 Hi, I’M Trying To Minimize Startup Time For My Training Tasks, I’Ve Set

You can read up on the caching options in your ~/clearml.conf
You can make virtualenv creation a bit faster

3 years ago
0 Hi! When Deleting Datasets With The Code: Dataset.Delete(Dataset_Id = Dataset_Id, Delete_Files=False, Delete_External_Files=False, Force=True, Entire_Dataset=True) An Empty Entry Remains In Clearml (See Picture). How Can I Remove These Empty Listings Prog

Hi @<1695969549783928832:profile|ObedientTurkey46> , I believe that these are the projects that the Datasets were saved to. You can fetch them programmatically and delete them.

one year ago
0 Hey Guys, Running A Clearml Pipeline, We Keep Getting An 'Abort By User' Message:

You can see the version if you go to settings page. It is in the bottom right of the screen 🙂

2 years ago
0 I Am Saving A Model With Pickle, But It Doesn’T Show Up As An Artifact. Why?

From code perspective it looks like you're basically saving a pickle to a file via dump, and that file just happens to be the model. ClearML doesn't patch into pickle . You can save the pickle as an artifact with ClearML using Task.register_artifact - None

2 years ago
0 Hi All - I Have A Large Dataset And Have Preprocessed It And Saved Each Item In .Pt Files, Which Are Loaded Using

Hi @<1724960464275771392:profile|DepravedBee82> , you have the auto_connect_frameworks parameter in Task.init() , this way you can disable the auto connection to Pytorch
None

9 months ago
0 Hey, Guys, Following My Previous Post, I Managed To Fix Several Problems I Had. It Seems A Little Left To Get Things Working. My Problem Now Is I Get This Error Message When Running

Hi BoredBat47 , this happens only when you use the --foreground flag?
Is this the full error? What version of clearml-agent are you using? What OS are you on?

2 years ago
0 Hey There, Is There Any Way I Can Tell The Task Not To Set A Random Seed? I'M Setting Up Reproducibility Myself But When I Call Task.Init() The Seed Is Changed. Is It Possible To Tell Clearml Not To Initialize Any Rng? It Appears That Task.Set_Random_Seed

Hi TartBear70 ,

You can use the following method:
https://clear.ml/docs/latest/docs/references/sdk/task/#taskset_random_seed
Please note you need to set it before running Task.init()
If you set it to None this will cancel any random seed override performed by ClearML.

Tell me if this helps 🙂

3 years ago
0 (A Regular Experiment Did Execute In The Remote Agent, I Only Get This With The Pipe)

Can you add the full log & the dependencies detected in original code? How are you building the pipeline?

2 years ago
0 (A Regular Experiment Did Execute In The Remote Agent, I Only Get This With The Pipe)

Can you add a larger piece of the error/log? Do you have a code snippet that also reproduces this?

2 years ago
0 Hello All

Also, can you add a screenshot please?

2 years ago
0 Has Anyone Ran Into The Following Error While Running The Clearml-Serving-Inference Docker Container After Entering All The Correct Credentials?

@<1547028031053238272:profile|MassiveGoldfish6> , what do you mean you have to run it every morning? What happens otherwise?

one year ago
0 Hi Everybody! I Want To Know Whether Clearml Can Work With Hadoop And How Difficult Is It To Integrate It? Anyone Can Help Me?

Hi @<1686547375457308672:profile|VastLobster56> , from my understanding Hadoop is a collection of different utilities. Do you have something specific in mind?

one year ago
0 Is The

I don't think it's currently updated but the team is working on updating it. Hopefully it will be updated very soon 🙂

2 years ago
0 Hi All. I'Ve Been Mistakenly Using

Can you please post the response section?

3 years ago
0 What Is

MelancholyElk85 , did PipelineContoller._task.set_base_docker work?

3 years ago
0 Hello, I’M Integrating Clearml Into My Training Code To Track Experiments. I See That Clearml Logs Automatically The Python Env In The “Installed Packages” Section But The List Logged Is Very Different From The

Hi RattyLouse61 ,
I think packages are detected in runtime and it only shows the packages used by the script directly. When you run with ClearML-Agent, it will log all packages including dependencies that were used.

3 years ago
one year ago
0 Hi, I Have An Issue When Running A Pipeline Controller Remotely In Docker. Basically I Have A Module That Reads A Config File Into A Dict And Calls The Pipeline Controller, Like

Hi @<1570220858075516928:profile|SlipperySheep79> , I think it depends on your code. Can you provide a self contained code snippet that reproduces this?

2 years ago
0 Hello Clearml Ppl

FreshKangaroo33 , I'll play with it a bit to see what works 🙂

3 years ago
Show more results compactanswers