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
0 Hi All, I Am Seeing This In My Logs:

@<1529271085315395584:profile|AmusedCat74> , what happens if you try to run it with clearml 1.8.0?

2 years ago
0 How Can I Ensure Tasks In A Pipeline Have The Same Environment As The Pipeline Itself? It Seems A Bit Counter-Intuitive That The Pipeline (Executed Remotely) Captures The Local Environment, But The Tasks (Executed Remotely) Do Not Use That Same Environmen

Hi UnevenDolphin73 , when you say pipeline itself you mean the controller? The controller is only in charge of handling the components. Lets say you have a pipeline with many parts. If you have a global environment then it will force a lot of redundant installations through the pipeline. What is your use case?

2 years ago
0 Hi, I Have Problem With Retrieving Models From Storage I Have Following Code

by local storage you mean deleted it from the cache folder it was downloaded to?

3 months ago
0 Hi Friends

My guess is that it wasn't run yet (drafts for example)

3 years ago
0 Hi, Currently Running

Hi @<1747428509627715584:profile|CumbersomeDuck6> , are you using a self hosted server?

one year ago
2 years ago
0 Hi All, Are There Any Features Listed Somewhere That Will Be Implemented In Clearml In The Future?

Hi SucculentWoodpecker18 , I don't think there is an updated roadmap currently. You can see updates and releases here: https://clearml.slack.com/archives/C03E7MNDG3C
Is there some specific feature you're looking for?

2 years ago
0 Hi Everyone, Is There A Way To Either Aggregate Scalars In The Web Ui Or To Read Scalars From Existing Tasks? My Use Case Is That I Do Multiple Runs Of The Same Task And Want To Plot The Mean Metrics. However, Since A Single Run Takes Quite Long, I Do Wan

Hi @<1523701868901961728:profile|ReassuredTiger98> , you can select multiple experiments and compare between the experiments, this way you can see all the scalars at once.

You can also utilize the reports feature to create really cool looking dashboard
None

2 years ago
0 Hi, I'Ve Tried To Plot Some Images To Debug Samples But I Can'T See Them Through Ui In Chrome. It Works In Firefox, But Chrome (96.0.4664.45) Logs Message

Are you using a self hosted server? Were the files written to some bucket/storage or directly to the fileserver?

3 years ago
0 Hello, I Have My Clearml Instance Hosted At Url "

How is clearml.conf set on that machine?

2 years ago
0 Hello Everyone, I Have Run My Training Script

Hi ExasperatedCrocodile76 , what do you mean by "I would like to have a feature for training where you just do not use clearML."

Can you please elaborate?

It means that I do not pass

pname

and

tname

at all. However i would like to treat this issue before

task.init

is called.

Do you mean that after you use this code after you've cloned a task into a specific project with a specific name when run in the agent it loses it's name and...

2 years ago
0 Retrying (Retry(Total=237, Connect=240, Read=237, Redirect=240, Status=240)) After Connection Broken By 'Readtimeouterror("Httpsconnectionpool(Host='Api.Clear.Ml', Port=443): Read Timed Out. (Read Timeout=10.0)")': /V2.23/Tasks.Get_All Retrying (Retry(Tot

I see. If this happens from your home network I think you might need to talk to your internet provider as it looks something is blocking the communication to the server.

11 months ago
0 What Is Expected Behaviour Of Clearml Dataset? When I Do

Hi @<1732933002259861504:profile|ComfortableRobin65> , I believe that you would be pulling all 150 files. Why not test it out?

one year ago
0 I Am Doing Port Forwarding Of Ports From Localhost Clearml Server In Ec2 Instance To The Ports In Laptop Locally. I Am Able To Login To The Server And Generate The Credentials But I Am Not Able To Create Task

DepravedSheep68 , can you please give a bit more context on the error? Also can you show an example of your usage?

You can try the following:
Configure your ~/clearml.conf with sdk.development.default_output_uri: "s3://<YOUR_BUCKET>" and in code simply using Task.init(..., output_uri=True) . Let's see if that setup works.

3 years ago
0 Im Trying To Run This Exmple :

Can you please provide a shareable link?

4 years ago
0 Hi! How To Add Files Locally To

MelancholyElk85 , it looks like add_files has the following parameter: dataset_path
Try with it 🙂

4 years ago
0 Hi, Is There A Way To Get The Plot That Exists In The Tab Results->Scalars Into My Notebook ?

ShinyLobster84 , sorry for the delay, had to look into it 🙂

Please try task.get_reported_scalars()

4 years ago
Show more results compactanswers