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

Reputation

0
0 Hi All, Two Questions:

Hi, regarding your questions:
If you create and finalize the dataset, it should upload the file contents to the fileserver (or any other storage you configure). The dataset is an object similar to a task - it has a unique ID You can add metric columns to the experiments table. You can do this by clicking the little cog wheel at the top right of the experiments table. You can also select multiple experiments and compare them (Bottom left on the bar that appears after selecting more than 1 expe...

3 years ago
0 Hi Guys, I Am Having Some Trouble Running Some Training Scripts With The Agent Functionality:

UnsightlyHorse88 & ShallowGoldfish8 , can you please provide a code snippet to play with?

3 years ago
0 Hi, I Have A Question About Task Status. I Have A Script That Runs "Forever": It Loads (Or Creates, If It Does Not Exist Yet) A Specific Clearml Task, Does Some Work (In My Case, Checks If Database Has Changed And If So Dump It To A File And Upload It As

Usually tasks are timed out by default after not having any action after 2 hours. I guess you could just keep the task alive as a process on your machine by printing something once every hour or 30 minutes

one year ago
0 Hello, I’M Using

RattyLouse61 , great!

3 years ago
0 Hi Again

Heya ReassuredTiger98 ,

Is there anything specific you're looking for?

3 years ago
0 Hi! To Make My Script Work Inside A Task, I Need To Add

You can export it in the same shell you run the agent in and that should work for example

export FOO=bar clearml-agent daemon ... 
one year ago
0 Hi All, I Would Like To Know The Input Page_Size Of Clearml/Backend_Api/Services/V2_13/Tasks.Py Getallrequest. I Have Confirmed The Response Rows Will Be Change Depends On Given Page_Size. However Even When I Pass Page_Size Number Over 500, The Response W

Hi StraightParrot3 , page_size is indeed limited to 500 from my understanding. You need to scroll through the tasks. The first tasks.get_all response will return scroll_id , you need to use this scroll_id in your following call. Every call afterwards will return a different scroll_id which you will always need to use in your next call to continue scrolling through the tasks. Makes sense?

3 years ago
0 Hello, I Have Been Using Clearml For My Projects Lately. I Have Set It Up To Log The Training Data For An Rl Training Job. As Of Now It Currently Logs Data As Follows: 1 Million Episodes And Rewards For 3 Agents Each I'D Have Guessed That The Storage Requ

Hi @<1726772411946242048:profile|CynicalBlackbird36> , what you're looking at is the metrics storage, this is referring to all the console outputs, scalars, plots and debug samples.

This is saved in the backend of ClearML. There is no direct way to pull this but you can technically fetch all of this using the API.

wdyt?

one year ago
0 Hi, I Have A Self-Hosted Clearml Server. How Do I Change The Default Path

Hi @<1774245260931633152:profile|GloriousGoldfish63> , you can configure it in the volumes section of the fileserver in the docker compose.

9 months ago
2 years ago
0 Hi All, We Have A Self Hosted Clearml Server, My Colleague Uploaded A Dataset From His Machine And When I Try To Clone And Enqueue The Dataset Into Different Project From My Machine The Task Gets Failed Prompting "The System Cannot Find The File Specified

Hi @<1528546301493383168:profile|ThoughtfulElephant4> , where did you upload the dataset? Can you add the full log? If your colleague clones and enqueues - the code assumes that the files are local, no?

2 years ago
0 Weird Error; My Local Execution Hung With

And when you run it again under exactly the same circumstances it works fine?

3 years ago
0 Hi Everyone

Hi @<1546303293918023680:profile|MiniatureRobin9> , can you please add logs of the tasks + controller?

2 years ago
0 Hey Clearml Team, Would Be Nice To Include Dataset Hash When Using Clearml-Data Cli. Is The Order Of --Ids The Same As Returned Rows?

Hi @<1590514584836378624:profile|AmiableSeaturtle81> , not sure I understand this line

Is the order of --ids the same as returned rows?

Also, regarding the hash, I'd suggest opening a github feature request for this.

one year ago
0 Has Anybody Encountered:

I think the issue is that the message isn't informative enough. I would suggest opening a GitHub issue on this requesting a better message. Regarding confirming - I'm not sure but this is the default behavior of Optuna. You can run a random or a grid search optimization and then you won't see those messages for sure.

What do you think?

2 years ago
0 Hi All

Hi @<1546303293918023680:profile|MiniatureRobin9> , can you please add the full log of the run? Also, do you have some code that reproduces this?

2 years ago
one day ago
Show more results compactanswers