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
5 Answers
2K Views
0 Votes 5 Answers 2K Views
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi, is it possible to migrate a dataset from a self hosted ClearML solution to the ClearML hosted solution?
3 years ago
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K Views
Is there any specific version of numpy you recommend to use with clearml Python library? I am building an Python alpine docker image with clearml==1.7.2 but ...
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
[Task gets interrupted / aborted / reset when in offline mode] For local testing, we have added a --no-clearml option to our code that sets task.set_offline(...
3 years ago
0 Votes
25 Answers
2K Views
0 Votes 25 Answers 2K Views
Hey, trying to figure out how to create an https://clear.ml/docs/latest/docs/clearml_sdk/model_sdk#output-models , the doc says it needs a TaskId but my trai...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
3 years ago
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K Views
Hi, can I run an ClearML Agent on multiple computers (on-premise)? Is there any example in the documentation on how to do that?
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
I am moving a code using clearml Python library to use it's API as docker container image. Is there any alternate to use access, secret keys instead I COPY c...
3 years ago
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K Views
Has anyone got any experience with C++ extensions in Python when using ClearML? In our setup.py we have: ext_modules=[ Extension( "file_io.extio", sources=["...
3 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
Hello, when running a task with a remote interpreter i get clearml.Task - INFO - No repository found, storing script code instead . I am using Pycharm and i ...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Do you have any base image recommendation to install clearml python library? I'm getting error with pip on python:3.9.11-alpine image.
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
two annoying visual bugs in ClearML Server UI after latest update: experiment status is still shown as “Aborted” after successful resetting until you refresh...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hey, is there a way to pass docker args for the execution of a pipeline controller defined through decorator @PipelineDecorator.pipeline the same way we can ...
3 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
Hello! I have a dataset on a /mnt share. When I try to get a local copy, the dataset on the share is deleted. Is this correct behaviour? This is how I get th...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello, are there any network requests that go from the self-hosted solution to ClearML the company (for analytics use, etc.)?
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hello guys, how to make ClearML not store some artifacts in the stroage by default? for instance, model outputs
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi, me again. How can I see user-specified https://gyazo.com/68961abf5bf69578ca6774ac807b78c9 in the experiment compare window?
3 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
Hello everyone! I'm trying to use arguments with the pipeline but can not make it work. My case is defined PipelineController add_parameter("docker_image") w...
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
hi, how can I get commit id for task using APIClient?
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
3 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
3 years ago
0 Votes
27 Answers
3K Views
0 Votes 27 Answers 3K Views
gcp
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hey all 🙂 , I tried to use Clearml in my Jupyter notebook for the first time. And I saw that it upload the notebook it self as notebook. Does it is normal? ...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hello. Is it possible to show hidden projects in the UI? Like the ".pipelines" created by pipelines? Alternatively is it possible to place the pipeline tasks...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi, suppose, that I run Server on machine A and ClearML Agents on machines B_1, B_2, ....B_n . Is it required to open some ports on machines B_i ? I mean, is...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hello all, I want to know created time for the task, and I'm getting it by the code task.data.created . But I'm worried about using it as it is not officiall...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
3 years ago
Show more results questions