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 Clearml Task Execution Fails Trying To Pull Data From Gitlab. The Credentials Are Correct (Username + Access Token), But I Get This Error:

Hi AdventurousButterfly15 , are you able to clone locally? What version of the agent are you using

2 years ago
0 Hi Everyone, How I Can See The Magical Ci/Cd Work In Clearml Pipeline?

What code did you try running? It appears that "services" is the default queue in code. You can create this queue and run an agent against it to execute tasks

3 years ago
0 Hello! I'D Like To Confirm That I'Ve Understood The Concept Of Using

Hi @<1603560525352931328:profile|BeefyOwl35> , The agent uses it's own entry point, so yes you do need to specify it even if it's in the dockerfile 🙂

one year ago
0 Hi, I Have An Aws Autoscaler Based On The Sample Autoscaler Example Posted In Clearml Git. My Instances Need Random External Ip On Init. Is There A Way To Edit The Yaml Created By The Python Script To Do So?

Hi @<1639799308809146368:profile|TritePigeon86> , you mean that in order to initialize machines in ec2 you need to provide some external ip or you need to pass the external ip as a parameter in order for the job to run?

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, I’M Trying To Integrate Logger In My Pipelinedecorator But I’M Getting This Error -

Hi @<1678212417663799296:profile|JitteryOwl13> , can you please add a snippet that reproduces this?

one year ago
0 Hi! I Am Saving Some Intermediate

GrievingTurkey78 , you can try using the following example:
task.init( auto_connect_frameworks={ '<FRAMEWORK>': False }, ... )
Docs: https://clear.ml/docs/latest/docs/references/sdk/task#taskinit
However please note this will not auto save the final model and you will need to add the model upload at specific points in the script when you want to upload the script.

Am I understanding correctly this is what you want?

3 years ago
0 Hi! I’M Running An Experiment As Follows:

Also, what version of clearml & clearml-agent are you using?

2 years ago
0 Hello, Where Are Projects And Logging File Saved Default? Are They Saved In Fileserver? Then What Is The Exact Path?

Hi @<1524922424720625664:profile|TartLeopard58> , projects and many other internals like tasks are all saved in internal databases of the ClearML server, specifically in mongo & elastic

2 years ago
0 Has Anyone Found A Workaround For The Bug?

ReassuredTiger98 , BitterLeopard33 , I think I've encountered this 4GB http limit before. I think this should be fixed in next SDK release 🙂

3 years ago
0 In The Pipeline Examples, Components Have The Following Note:

Internal references are resolved only in decorator/function pipelines if I recall correctly

2 years ago
0 Hi Folks, What Is The Process To Get An Ml Algo/Engine Added To The List Of Integrations?

Is this something that the ClearML team could add? Would it be helpful to have a call?

FrustratingShrimp3 , I think you can open a github issue to request the new feature

3 years ago
0 Hi All, I Have A Problem With Setting Up An Agent. I Set Up Local Server On Ubuntu Behind Proxy, It Seems To Work Correctly. I Can Access Web Ui And Set Up Agent On A Windows Machine Just Fine, But When I Try To Set Up Agent On Any Linux Machine It Fails

Are you sure you pasted the credentials correctly? Does it give you feedback on which key/secret you used during the process? Which version of ClearML-Agent are you on?

3 years ago
0 Hi, In The Metric Snapshot Graph, Is It Possible To Scale The Y Axis To

I'm not sure I understand. Can you give a specific example of what you have VS what you'd like it to be?

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

Also, make sure to install virtualenv, I see there was a failure in the log on that as well

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

you said you're on ubuntu... please describe exactly where/how the server + agent are set up

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

From the previous screenshot you showed, it looks like you're using a password and not an access token

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

This is very strange and unrelated to ClearML:

Error: connect ECONNREFUSED /run/user/1003/vscode-git-7ea59f7d55.sock
    at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1607:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '/run/user/1003/vscode-git-7ea59f7d55.sock'
}
Missing or invalid credentials.
Error: connect ECONNREFUSED /run/user/1003/vscode-git-7ea59f7d55.sock
    at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1607:16) {
  errno:...
9 months ago
Show more results compactanswers