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

Reputation

0
3 years ago
0 I Have The User/Pass Set Up On The

And this is from the same machine running the agent correct?

11 months ago
0 Any Tips Running My First Tasks In

@<1787653555927126016:profile|SoggyDuck67> , can you try setting the binary to 3.11 instead of 3.10?

10 months ago
0 Hi, I’M Trying To Bypass Task’S “Installed Packages” And Require An Installation Of My Repo’S

StickyCoyote36 , I think that is the solution. Is there a reason you want to ignore the "installed packages"? After all those are the packages that the task was ran with.

4 years ago
0 Hello Everyone! Is Clearml Doing Asynchronous Or Synchronous Logging For E.G. Tensorboard Summarywriters?

Hi! Hmmm, good question. I think it's asynchronous since most of the uploading processes are usually async. Is there a specific use case you're thinking of?

3 years ago
0 How Do I View Debug Samples Images In The Browser When The Output_Uri Is On Google Cloud Storage (

No, no I mean you need to be logged into your GS account on the same browser as the webserver when visiting

2 years ago
0 Using

If it works on two computers and one computer is having problems then I'll be suspecting some issue with the computer itself. Maybe permissions or network issues

4 years ago
0 Has Anybody Encountered:

I think this is due to Optuna itself. It will manually kill experiments it doesn't think will have good results

2 years ago
3 years ago
0 Proper Way To Upload Artifacts

Hi GentleSwallow91 ,

  1. When using jupyter notebooks its best to do task.close() - It will bring the same affect you're interested in
  2. If you would like to upload to the server you need to add the following parameter to your Task.init() The parameter is output_uri. You can read more here - https://clear.ml/docs/latest/docs/references/sdk/task#taskinit
    You can either mark it as True or provide a path to a bucket. The simplest usage would be ` Task.init(..., output_uri...
3 years ago
0 Can Anybody Give A Code Example Of How To Do Runtime Changes To Taskscheduler?

Hi GloriousPenguin2 , have you tried the method you mentioned in the previous thread?

Like fetching the task of the scheduler and then changing the configuration json?

2 years ago
0 Hey, I Use On Prem Clearml, I Want To Prevent Users From Uploading Model Checkpoints To The File Server. It'S Already Being Taken Care By The Framework And Stored In A Different Location. As Far As I Understand, The Problem Is That If The User Put

Not sure. I think it would require the admin vault to implement something like this via env variables.

You can always instruct the users to add it to their code

28 days ago
0 I’M Interested In Learning More About Internals Of Clearml Server - For Example, How Elasticsearch, Mongodb, And Redis Are Used Internally. Are There Any Materials Available?

DilapidatedDucks58 , regarding internal workings - MongoDB - all experiment objects are saved there. Elastic - Console logs, debug samples, scalars all is saved there. Redis - some stuff regarding agents I think

2 years ago
0 Hi, Quickhelp With Pipelines: I Am Loading A Model During A State Of It And Them Passing This Model (Torch.Nn.Module Object) As Input Argument To A Pipeline Component. I Noticed The Model Inside The Pipeline Component Is An Object Of Class 'Pathlib2.Posix

Hi ShallowGoldfish8 ,

I'm not sure I understand the scenario. Can you please elaborate? In the end the model object is there so you can easily fetch the raw data and track it.

3 years ago
one year ago
0 Documentation Is Not Good Because Beginner Or Intermiate People Cant Undeerstand, Only More 20 Years Of Exp Can I Understand.. I Checked With Exp People So I Am Saying. I Am Intermiate Guy

You need to authenticate your communication with the ClearML server initially somehow, no? Otherwise basically anyone can create credentials on your server...
After you have authentication you can create credentials via the terminal.

You can create up to 10 sets of credentials per user so if you plan on creating new credentials every time you want to run a job - this is an incorrect approach.

Therefor - you should create the credentials once and then use them as environment variables as you...

2 years ago
0 Documentation Is Not Good Because Beginner Or Intermiate People Cant Undeerstand, Only More 20 Years Of Exp Can I Understand.. I Checked With Exp People So I Am Saying. I Am Intermiate Guy

It's totally possible, I think you need to do research on it. There are probably a few ways to do it too. I see CLEARML_API_ACCESS_KEY & CLEARML_API_SECRET_KEY in the docker compose - None

You should do some more digging around. One option is to see how you can generate a key/secret pair and inject them via your script into mongoDB where the credentials are stored. Another way is to see how the UI ...

2 years ago
0 Hi Everyone! Is There Any Way To Setup Sso For Clearml Server? Thx

I think you would need to contact the sales department for this 🙂
None

2 years ago
0 Hi, Trying To Debug

Yes please 🙂

3 years ago
0 Hello Everyone. Im Using Clearml Hpo And Having A Problem With An

Hi @<1623491856241266688:profile|TenseCrab59> , can you elaborate on what do you mean spending this compute on other hprams? I think you could in theory check if a previous artifact file is located then you could also change the parameters & task name from within the code

2 years ago
11 months ago
0 Hi Everyone

Hi @<1797438038670839808:profile|PanickyDolphin50> , can you please elaborate? What is this accelerate functionality?

9 months ago
Show more results compactanswers