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 6582

Questions 6582

Tags
Sorting
Results
per page
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Is there an auto scaling solution for GCP users?
5 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
I want to retrieve the logged metrics to be able to save the best model from my training. This is my step: trains_logger = Task(...) args = parse_commandline...
5 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
A suggestion to add task_name parameter to InputModel.__ init__ . As for now I can search by project name and model name, but what if I had 2 models within t...
3 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Hi everyone, I have an issue with using a List[List[int]] in the add_parameter function of the PipelineController . It's pretty weird, because the pipeline f...
one year ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hey, it is said in the pipeline decorator example that requirements for executing a pipeline component is inferred from the imports inside the component func...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
2 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Does anyone know how to resolve symbol cublasLtGetStatusString version libcublasLt.so.11 not defined in file libcublasLt.so.11 with link time reference
2 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi friends, we got on a sales call with ClearML yesterday and a discussion about webhooks came up. ClearML seems to not natively implement webhooks It seems ...
2 years ago
0 Votes
0 Answers
499 Views
0 Votes 0 Answers 499 Views
Hello! Why in get_local_copy method ( None ) dependencies_by_order variable include only 1 parent dataset while there are 3 (pic. 2)? If I understand it corr...
7 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
I have a project filled with failed attempts at onboarding to clearml by now 😅
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
2 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Hey, Is there a way to temporarily turn off clearml logging? I’m using pipeline and when developing i don’t wand them to be added to the UI and spam it. in w...
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Task.upload_artifact( self=task, name="Dataframe", # artifact_object=df1, artifact_object="data/file.feather", extension_name=".feather", metadata=meta_dict,...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi guys, Is there a way, analogous to using Task.set_credentials(...) , to set credentials for storage programmatically? Like, Task.setup_storage(...) ? I'm ...
3 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Rolling back to 1.15.0 seemed to fix the error for now. Is there something one should be aware of between server versions 1.15 and 1.16 related to versions o...
one year ago
0 Votes
3 Answers
743 Views
0 Votes 3 Answers 743 Views
Hi all, I would like to use clearml-serving to serve model binaries (for use in on-device deployment). Can clearml-serving be used to serve that?
7 months ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi all, Is there a way to force an agent to use https although the scheduled task is using ssh for git?
one year ago
0 Votes
0 Answers
731 Views
0 Votes 0 Answers 731 Views
It seems to be related to elastisearch clearml-elastic | "stacktrace": ["org.elasticsearch.action.search.SearchPhaseExecutionException: all shards failed", I...
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
one year ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, I noticed that my experiments fail if I try to clone them and enqueue them after I already pushed another commits (following the commit of the cloned exp...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi all! How can I reference the model id that was used to create a certain dataset?
2 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hey, We're seeing a lot of issues with our ClearML self-hosted server these days; it seems like the API times out while talking to elasticsearch: 2022-10-22 ...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
one year ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
2 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
If you're paying for the premium features would those be available to a self hosted server or only on the web client?
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, after I create my clearml.conf file with clearml-agent init I edit the azure.storage field afterwards to put there account_name and account_key , is ther...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I found an interesting error. If I run the following: # Load the model from remote storage if model_url is provided if cfg.clearml.get("model_url", None): # ...
2 years ago
Show more results questions