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 9 months ago

Reputation

0

Badges 1

75 × Eureka!
0 Votes
6 Answers
581 Views
0 Votes 6 Answers 581 Views
9 months ago
0 Votes
10 Answers
644 Views
0 Votes 10 Answers 644 Views
one year ago
0 Votes
11 Answers
522 Views
0 Votes 11 Answers 522 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...
one year ago
0 Votes
77 Answers
18K Views
0 Votes 77 Answers 18K 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....
one year 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

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

curious whether it impacts anything besides sagemaker. I'm thinking it's generically a kernel gateway issue, but I'm not sure if other platforms are using that yet

one year 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

I could just loop through and create separate pipelines with different parameters, but seems sort of inefficient. the hyperparameter optimization might actually work in this case utilizing grid search, but seems like kind of a hack

9 months 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

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

if I instead change the request url to f"http://{server_info['hostname']}:{server_info['port']}/api/sessions" then it gets a 200 response... however , the response is an empty list

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

nice! Just tested it on my end as well, looks like it works!

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

and cat /var/log/studio/kernel_gateway.log | grep ipynb comes up empty

one year ago
one year 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...
one year ago
one year ago
one year ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page

one possibility for getting the notebook filepath is finding and parsing /home/sagemaker-user/.jupyter/lab/workspaces/default-37a8.jupyterlab-workspace I think, but I don't know if I can tie that to a specific session

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

I've poked around both the internal URL that Jupyter kernel is running on and some of the files in /sagemaker/.jupyter but no luck so far - I can find plenty of kernel info, but not session

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

yeah, even then it'll run but return 0 notebooks

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

and that requests.get() throws an exception:

ConnectionError: HTTPConnectionPool(host='default', port=8888): Max retries exceeded with url: /jupyter/default/api/sessions (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7ba9cadc30>: Failed to establish a new connection: [Errno -2] Name or service not known'))
one year ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page

seems like it's using None and that doesn't provide the normal api/sessions endpoint - or, it does, but returns an empty list

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

I additionally tried using a Sagemaker Notebook instance, to see if it was the kernel dockerization that Studio uses that was messing things up. But it seems to actually log less information from a Notebook instance vs Studio .
image
image
![image](https://clearml-web-assets.s3.amazonaws.com/scoold/im...

one year 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

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

As in, which tab when I'm viewing the Experiment should I see it on? Should it be code, an artifact, or something else?

one year ago
Show more results compactanswers