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
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
6 Answers
2K Views
0 Votes 6 Answers 2K Views
2 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
2 years ago
0 Votes
77 Answers
156K Views
0 Votes 77 Answers 156K 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 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page

but one possible workaround is to try to figure out if it's running in a gateway and then find the only notebook running on that server

2 years 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

2 years ago
0 What Sort Of Integration Is Possible With Clearml And Sagemaker? On The Page
environ{'PYTHONNOUSERSITE': '0',
        'HOSTNAME': 'gfp-science-ml-t3-medium-d579233e8c4b53bc5ad626f2b385',
        'AWS_CONTAINER_CREDENTIALS_RELATIVE_URI': '/_sagemaker-instance-credentials/xxx',
        'JUPYTER_PATH': '/usr/share/jupyter/',
        'SAGEMAKER_LOG_FILE': '/var/log/studio/kernel_gateway.log',
        'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/tmp/miniconda3/condabin:/tmp/anaconda3/condabin:/tmp/miniconda2/condabin:/tmp/anaconda2/condabin'...
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

but even then the sessions endpoint is still empty

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

I think it just ends up in /home/sagemaker-user/{notebook}.ipynb every time

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

lots of things like {"__timestamp__": "2023-02-23T23:49:23.285946Z", "__schema__": "sagemaker.kg.request.schema", "__schema_version__": 1, "__metadata_version__": 1, "account_id": "", "duration": 0.0007679462432861328, "method": "GET", "uri": "/api/kernels/6ba227af-ff2c-4b20-89ac-86dcac95e2b2", "status": 200}

2 years 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

2 years ago
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

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

2 years ago
0 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 Of The Hyperparameters

and is there any way to capture hydra from a notebook as a Configuration? you don't use the typical @hydra.main() but rather call the compose API , and so far in my testing that doesn't capture the OmegaConf in ClearML

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

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

2 years ago
0 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 Of The Hyperparameters

cool, if I call clearml.binding.hydra_bind.PatchHydra._register_omegaconf(cfg) directly inside the notebook I can manually cause it to log the Hydra config, it just doesn't seem to autodetect if you're doing a manual call to Hydra Compose

2 years ago
2 years 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?

2 years ago
Show more results compactanswers