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, 3690 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hi Everyone, I Am Launching Clearml Webapp. Asks Me For User And Pass. How Do I Get That?

Hi @<1652845271123496960:profile|AdorableClams1> , you set up fixed users in your docker compose, I would check there

10 months ago
10 months ago
0 Is It Possible To Share Experiments From Self-Hosted Clearml Server?

Hi 🙂

Are you asking if you can share experiments between a self hosted server and http://app.clear.ml ?

2 years ago
0 Hi Everyone! I’M Really Glad Clearml Exists And Think You Guys Are Doing Fantastic Work!

Hi @<1638712141588467712:profile|ExuberantTurtle48> , I think you can use Task.create() to write similar code - None

However I would suggest you also investigate the pipelines

12 months ago
0 I Encountered A Weird Edge Case With The Aws Auto-Scaler, Wondering If There Are Any Solutions Or If This Is A Known Issue. Something As Follows Happened:

UnevenDolphin73 , that's an interesting case. I'll see if I can reproduce it as well. Also can you please clarify step 4 a bit? Also on step 5 - what is "holding" it from spinning down?

2 years ago
2 years ago
2 years ago
0 Hi, Is There A Way To Get Some Stats About The Use Of Workers? I Would Like To Know, Over The Past 3 Months:

Currently the UI will give you the timeline up to back a month ago for the usage of workers etc. If you want to go 3 months back and get specifics you'd have to get it directly from the API and extrapolate data yourself

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

CluelessElephant89 , I think the RAM requirements for elastic might be 2GB, you can try the following hack so it maybe will work.

In the machine that it's running on there should be a docker-compose.yml file (I'm guessing at home directory).

For the following https://github.com/allegroai/clearml-server/blob/master/docker/docker-compose.yml#L41 you can try changing it to ES_JAVA_OPTS: -Xms1g -Xmx1g and this might limit the elastic memory to 1 gb, however please note this might ...

3 years ago
0 Hi, I'M Trying To Upload Data To Clearml Parallelly. Is It Impossible To Use

AbruptCow41 , can you please elaborate? You want to move around files to some common folder and then at the end just create the dataset using that folder?

2 years ago
0 Hello, I Have The Following Basic Snippet Where I'M Trying To Add Another Value To The Task'S Connected Arguments After Calling

GiganticTurtle0 , which ClearML version are you using? From what I can see in the documentation to add the new parameters, you'll have to task.connect() again to add the new args

3 years ago
0 Hi, Question Regarding

Can I assume you're running the agent (in daemon mode) on the same machine that you're running the clearml-agent daemon --stop command?

2 years ago
0 Why

What do you mean? When running on an agent Task.add_tags doesn't work?

2 years ago
0 Hi, Some Plots Don'T Render Via

What happens during the run is that plotly plots are shown during run on your computer but they don't show in UI and ONLY after the run is finished the plots show up?

Are your runs long?

2 years ago
0 Hey All

@<1715538373919117312:profile|FoolishToad2> , I think you're missing something. ClearML backend only holds references (links) to artifacts. Actual interaction with storage is done directly via the SDK, aka on the machine running the code

5 months ago
0 Hello All! Does Anyone Know What That Specific Api Endpoint Is For Login Authentication? I Have Reffered To

Hi @<1600661428556009472:profile|HighCoyote66> , the UI uses the same REST API to communicate with the backend. I would suggest opening developer tools (F12) and seeing what requests are being sent in the network tab. I think it might be auth.login

one year ago
0 Hi, Stupid Questions.

You would need to implement this logic yourself. For example you expose a pipeline argument for the controller (These are the configurations you can control via the UI as well) and then basically have if logic in the controller code that will run/skip steps according to the step you'd like to start from.

Makes sense?

one year ago
0 I Guess One Experiment Is Running Backwards In Time

lol! Can you hit F12 and see what the server returns for the call projects.get_all_ex

2 years ago
0 Monitoring Related Question

Hi @<1607909176359522304:profile|UnevenCow76> , I suggest you review the following video on serving - None

This also explains how to visualize different metrics in Grafana

one year ago
Show more results compactanswers