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
LittleReindeer37
Moderator
4 Questions, 80 Answers
  Active since 04 February 2023
  Last activity 2 years ago

Reputation

0

Badges 1

75 × Eureka!
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
2 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
has anyone used dynaconf with ClearML? trying to decide whether to migrate to hydra or stick with dynaconf. would love to take advantage of automatic logging...
2 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
2 years ago
0 Votes
77 Answers
158K Views
0 Votes 77 Answers 158K Views
What sort of integration is possible with ClearML and SageMaker? On the page describing ClearML Remote it says: > Create a remote development environment (e....
2 years ago
0 Hello Community, Can I Run Multiple Clearml Agent From One Machine??

and $QUEUE and $NUM_WORKERS are particular to my setup, but they just give the name of the queue and how many copies of the agent to run

2 years ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page

which I looked at previously to see if I could import sagemaker.kg or kernelgateway or something, but no luck

2 years ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page

as best I can tell it'll only have one .ipynb in $HOME with this setup, which may work...

2 years ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page

weird that it won't return that single session

2 years ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page

but the only exception handler is for requests.exceptions.SSLError

2 years ago
2 years ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page

but maybe that doesn't matter, actually - it might be one session per host I guess

2 years ago
0 Hello Community, Can I Run Multiple Clearml Agent From One Machine??

here's my script:

#!/bin/bash
echo "******************** Starting Agent ********************"
echo "******************** Getting ENV Variables ********************"
source /etc/profile.d/env-vars.sh

# test that we can access the API
echo "******************** Waiting for ${CLEARML_API_HOST} connectivity ********************"
curl --retry 10 --retry-delay 10 --retry-connrefused ${CLEARML_API_HOST}/debug.ping

# start the agent
for i in $(seq 1 ${NUM_WORKERS})
do 
    export CLEARML_WORK...
2 years ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page

Yes, I'm running a notebook in Studio. Where should it be captured?

2 years ago
0 Hello Community, Can I Run Multiple Clearml Agent From One Machine??

the key point is you just loop through the number of workers, set a unique CLEARML_WORKER_ID for each, and then run it in the background

2 years ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page
sh-4.2$ cat /var/log/studio/kernel_gateway.log | head -n10
{"__timestamp__": "2023-02-23T21:48:28.036559Z", "__schema__": "sagemaker.kg.request.schema", "__schema_version__": 1, "__metadata_version__": 1, "account_id": "", "duration": 0.0012829303741455078, "method": "GET", "uri": "/api", "status": 200}
{"__timestamp__": "2023-02-23T21:48:39.111068Z", "__schema__": "sagemaker.kg.request.schema", "__schema_version__": 1, "__metadata_version__": 1, "account_id": "", "duration": 0.00128793...
2 years ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page

but even then the sessions endpoint is still empty

2 years ago
0 Does Anyone Have Any Examples Or Advice On How To Implement A Dag Like This In Clearml Pipelines? Say I Want To Do Crossvalidation (Or In My Case Backtesting On Different Horizons For A Forecasting Model) Where I Have Some Common Pieces And Also A Map/Red

those look like linear DAGs to me, but maybe I'm missing something. I'm thinking something like the map operator in Prefect where I can provide an array of ["A", "B", "C"] and run the steps outlined with dotted lines independently for each of those are arguments

2 years ago
2 years ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page

Just ran the same notebook in a local Jupyter Lab session and it worked as I expected it might, saving a copy to Artifacts

2 years ago
2 years ago
0 Hello Community, Can I Run Multiple Clearml Agent From One Machine??

the CLEARML_* variables are all explained here: None

2 years ago
Show more results compactanswers