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

Questions 6045

Questions 6045

Tags
Sorting
Results
per page
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Good evening! for agent work Please tell me if it is possible to specify the location of requirements.txt in tack.init(), because I have correctly identified...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
3 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
I’m trying to get a copy of a model through ClearML which is stored in S3: from clearml import Model models = Model.query_models(project_name="example_projec...
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Hi all. I've been mistakenly using connect_configuration instead of set_parameters on the Task object, and, as I found out, I cannot use any of the configura...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi all, do the versions of clearml and clearml-server have to have some relationship, or can they be any? If I have clearml 1.1 and clearml-server 1.4 (or vi...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
How can I configure clearml Python logging, e.g., add a custom handler with my formatter? Currently, the output is unformatted… ClearML Task: created new tas...
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Is there a way to retrieve the debug samples logged by ClearML (or at least retrieve their s3 links) via the python API?
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi, Is there any manifest for the relevant polices needed for the AWS account (if we are using autoscaling)? Also, Is there a way to use Github deploy key in...
3 years ago
0 Votes
26 Answers
2K Views
0 Votes 26 Answers 2K Views
Hello I was trying to download the task log using API in Python I'm using client.events.download_task_log(task="task_id_string") but for some reason I always...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Proper way to upload artifacts Good day to all. I am running a pytorch lightning notebook with ClearML integration. As was advised in lightning example just ...
3 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
Running this code from inside a docker container locally: models = Model.query_models(project_name="foo-project-name", tags=target_tags, only_published=True)...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi, Is there a way to forbid uploading datasets into fileserver or to make s3 storage a default location for datasets? As far as I know, the only way to uplo...
3 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
upload_artifact not working with minio I have a minio server integrated with ClearML and it works fine for storing jupyter notebooks on minio but I can not s...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
logger.report_image and logger.report_matplotlib_figure not working I get a positive response from SDK call (see the screenshot) but the images/figures do no...
3 years ago
0 Votes
31 Answers
144K Views
0 Votes 31 Answers 144K Views
3 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
hey. is it possible to keep docker container once job finished/failed? I see in logs that "--rm" is passed to "docker run". Is it possible to avoid it?
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi all, we are using MLFlow now. Would it be explain the aspects where ClearML is better than MlFlow?
3 years ago
0 Votes
32 Answers
143K Views
0 Votes 32 Answers 143K Views
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Hi, I am getting this error when using the aws auto_scaler service (with the PRO version): Traceback (most recent call last): File "/root/.clearml/venvs-buil...
aws
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi ClearML team! Im exploring the option to install ClearML on Kubernetes and take advantage of more features ClearML offer and i have few questions: Do i ne...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi there, I am trying to export the ClearML task data and perform some analysis on them. The way I do it is as follows: from clearml.backend_api.session.clie...
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
hello TartSeagull57 This is a bug introduced with version 1.4.1, for which we are working on a patch. The fix is actually in test, and should be released ver...
3 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Hi, on clearml-server 1.5.0, in scalar graphs, the new default value is “Show closest data on hover”. Would it be possible to make it automatically set to “C...
3 years ago
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K Views
Hi, I am having problem with ClearML running on our private server. This error occured on older version on clearML and server. now after update and purge of ...
3 years ago
Show more results questions