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
610 Views
0 Votes 6 Answers 610 Views
9 months ago
0 Votes
10 Answers
665 Views
0 Votes 10 Answers 665 Views
one year ago
0 Votes
77 Answers
21K Views
0 Votes 77 Answers 21K 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 Votes
11 Answers
545 Views
0 Votes 11 Answers 545 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 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 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

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

if there are any tests/debugging you'd like me to try, just let me know

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

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

so my reading of the jupyter-kernel-gateway docs is that each session is containerized, so each notebook "session" is totally isolated

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

api/kernels does report back the active kernel, but doesn't give notebook paths or anything

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

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

but even then the sessions endpoint is still empty

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

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

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

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 How Does Clearml Associate Projects/Experiments With Git Repos? Can I Think Of It As Clearml Project = Git Repo And Clearml Experiment = Git Commit? What About Git Branches - Is There Any Way To Organize Things Such That Separate Branches Are Easy To Trac

But we're also testing out new models all the time, which are typically implemented as git branches - they run on the same set of inputs but don't output their results into production

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

As another test I ran Jupyter Lab locally using the same custom Docker container that we're using for Sagemaker Studio, and it works great there, just like the native local Jupyter Lab. So it's seemingly not the image, but maybe something to do with how Studio runs it as a kernel.

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

but the call to jupyter_server.serverapp.list_running_servers() does return the server

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

and the only calls to "uri": "/api/sessions" are the ones I made during testing - sagemaker doesn't seem to ever call that itself

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
Show more results compactanswers