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
3 years ago
0 Hi, I Get These Errors For Triggerscheduler:

Is it failing when running on a worker?

3 years ago
0 Hello! I Just Managed To Get A Model'S Response For The First Time In Months

Hi @<1838387863251587072:profile|JealousCrocodile85> , are you referring to one of the examples? What steps did you take?

2 months ago
0 Hi To All! Is Clearml Oss Integrable With Keycloak For The Authentication Phase?

Hi HarebrainedBaldeagle11 , I think OSS is bring your own security so it's probably possible

2 years ago
0 Hello Everyone! I Launched An Ec2 Instance That'S Free Tier (

CluelessElephant89 , I'd wager you might have missed one of the steps in the installation, probably permissions issue, I hope 🙂

4 years ago
2 years ago
0 Hello

@<1523701977094033408:profile|FriendlyElk26> , try upgrading to the latest version, I think it should be fixed on the latest version

one year ago
0 Hello, I Got A Question. I Start The Clearml Server On Premise. When I Create A New Credential, It Doesn'T Have

My guess is it's failing to auto-detect the fileserver. The UI doesn't take info from the docker-compose so I think you'll need to add it in manually.

May I ask why you've changed the ports from the default mappings?

3 years ago
0 Hello Everyone ! I Would Like To

What is the status of the steps? What is the execution queue and is there an agent running against it?

3 years ago
0 Is It Possible To Perform Debugging Operations With Pycharm Integration Using Remote Session?

What is your use case though? I think the point of local/remote is that you can debug in local

3 years ago
0 Hi, I Am Having Difficulties When Using The Dataset Functionality. I Am Trying To Create A Dataset With The Following Simple Code:

GiganticTurtle0 , it looks like an issue with the latest RC. We're working on it to fix it 🙂

4 years ago
0 Hello, Is There A Way To Assign Other Users In My Workspace As Admin? I Couldn'T Find That Configuration In The User Settings... Thanks!

Hi @<1790915059254300672:profile|JealousMouse90> , there is no way to that in the OS/Community. User management & Role based access controls are part only of the Scale/Enterprise licenses.

9 months ago
0 Hello Everyone! I Have Another Question

Hi @<1562610703553007616:profile|CloudyCat50> , how are you downloading the models?
If you just want to download them, you can use the StorageManager class to do that easily - None

Specifically this - None

one year ago
0 Hi, Are There Other Ways To Add

I think you can pass environment variables

3 years ago
0 Hi Everyone, I Have A Question On How To Disable Running Pipelines In Hybrid Mode, So That Agent Only Considers The Code From Git And Not From Local Repo While Running A Task Remotely. I Am Trying To Run A Demo Pipeline Remotely Using Clearml-Agent. Some

Hi @<1731483438642368512:profile|LoosePigeon2> , you need to set the following:

sdk: {
    development: {
        store_code_diff_from_remote: false
        store_uncommitted_code_diff: false

On the machine you're running your pipeline from

one year ago
0 Hi, I Just Started Working With Clearml And I Have A Question About One Of My Plots. Fig 1 Is What It Looks Like In My Pycharm Output. Fig 2 Is What Is Logged In The Clearml Server. Why Does The Figure Change So Drastically? And How Can I Solve It? Sideno

Why does the figure change so drastically? And how can I solve it?

What are you referring yo specifically? The data plots seem to be identical.

Sidenote: there seems to be a bug in the plot viewer, as the axis are a bit chaotic..

Do you mean the x/y intersection?

3 years ago
0 Hello Clearml Ppl I Have A Question, Is There A Way To Filter Tasks And Get Only The Ones That Has

I usually use: https://clear.ml/docs/latest/docs/references/api/index
Also, it's quite useful to use the UI as a reference. You can hit F12 in the browser and you can see all the api calls, I use that to figure out call structure

3 years ago
0 Hello Clearml Ppl I Have A Question, Is There A Way To Filter Tasks And Get Only The Ones That Has

Hi! The status is in_progress from backend perspective. Please try like that 🙂

3 years ago
0 Good Day To All. I Am Moving From One Mlops Framework To Clearml And Have A Question On Git Integration. In My Prev Framework Each Ml Project Had A Specified Git Repository Url To Keep Track Of Changes In Train.Py, Score.Py And So On. How Is Git Integrati

Hi GentleSwallow91 ,

ClearML has seamless integration with git. ClearML automagically detects the repository the code was run from, specific commit AND uncommitted changes. Each experiment has it's git data logged individually. You can see this in the 'Execution' section in the webUI.

3 years ago
0 How Would Ya'Ll Approach Backing Up The Elastic-Search/Redis/Etc. Data In Self-Hosted Clearml? Any Drawbacks/Risks Of Doing A Simple Process That Periodically Zips Up The

@<1541954607595393024:profile|BattyCrocodile47> , that is indeed the suggested method - although make sure that the server is down while doing this

2 years ago
0 Hi, Part Of The Ml Pipeline I'M Working On Temporarily Stores Intermediate Features Using

OK, there appears to be a github issue relating this:
https://github.com/allegroai/clearml/issues/388
I was right regarding encountering this before. People have asked for this feature and I think it appears to be a priority to add as a feature.

You can circumvent auto logging with the following:
task = Task.init(..., auto_connect_frameworks={'pytorch': False})However you will need to log other models manually now. More information is in the github issue 🙂

3 years ago
0 Hello, Is It Possible To Migrate From A Domain Name To Another ? I Have Instanciated A Clearml Server With Domain Name Myclearml.Server Et A Data File Server With Domaine Name Myminio.Server And Some Data Scientists Used It. Now I Have Backuped The Data

Hi DepravedCoyote18 , as long as you have everything backed up (configurations and data) on /opt/clearml/ (I think this is the default folder for storing clearml related stuff) the server migration should work (Data is a different issue).

However, ClearML holds links internally for datasets/debug samples/artifacts and a few other outputs maybe. Everything currently logged in the system to a certain minio server will still be pointing to that minio server.

Does that make sense?

3 years ago
Show more results compactanswers