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 6583

Questions 6583

Tags
Sorting
Results
per page
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi Everyone ! I am trying to remotely run a code from a github repo which necessitates some installs (as shown in the picture). What is the best way to run t...
3 years ago
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K Views
Trying to enqueue a task through the UI, getting this error - what could it be? (Running on AWS, on the official trains AMI) Error 100 : General data error: ...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
What does agent.package_manager.type actually do? I am wondering what happens, if my project uses a package that is only available either on pip or with cond...
4 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi! I am having some problems with a loss after a good amount of training, what would be the best way to log a value to have a better idea of what is happening?
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
2 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
has anyone found a workaround for the bug? clearml.storage - ERROR - Exception encountered while uploading string longer than 2147483647 bytes
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi
Hi I have one self hosted service,which is accessible only when connected to vpn. I am unable to access the url of self hosted service in github actions CI r...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Happy Friday Everyone 🙂 how can I apply uncommitted changes from a task manually to debug locally?
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
one year ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hello everyone! The cache for pip does not work for agent in k8s mode. I specify agent.docker_pip_cache as /mnt/pip_cache in the clearml.conf. But nothing is...
one year ago
0 Votes
20 Answers
2K Views
0 Votes 20 Answers 2K Views
Hi, when using clearml-task --script my_script.py --args key1=value1 key2=value2 how can we access the args? This snippet in my_script.py if __name__ == '__m...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hello everyone, Quick question regarding the API - what would be the best way to trigger a new run of an existing pipeline with an API call?
11 months ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hello everyone, When I try to connect to my clearml server using clearml-init, I encounter this error.
3 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Has anyone used clearml-serving and successfully sent an inference request via curl? I'm having trouble trying to send an inference request to the keras mnis...
4 years ago
0 Votes
21 Answers
2K Views
0 Votes 21 Answers 2K Views
Hi, I have an issue with mongo container when try to start service. Here’s the log from mongo container. clearml-mongo | 2021-12-21T08:24:54.567790371Z 2021-...
3 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hi, I am trying to upload a model but I am getting the following error: 2021-07-05 17:21:14,625 - clearml.storage - ERROR - Failed uploading: cannot schedule...
4 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
Hi, I'm configuring an agent. After pasting the credentials, I get: Error: could not verify credentials . I tried entering the user access key and secret key...
5 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
2 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
How to do continuous training with trains? Can someone share examples or docs to get started with continuous learning.
4 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
11 months ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Seems like ClearML tasks in offline mode cannot be properly closed, we get ValueError: Unsupported keyword arguments: publish when calling task.close() . Thi...
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hello, how to handle clearml.Task.add_requirements("requirements.txt) cases when we have --extra-intex-url in the file
one year ago
0 Votes
27 Answers
2K Views
0 Votes 27 Answers 2K Views
I wanted to ask, how to run pipeline steps conditionally? E.g if step returns a specific value, exit the pipeline or run another step instead of the sequenti...
3 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Hi. I have a job that processes images and creates ~5 GB of processed image files (lots of small ones). At the end - it creates a clearml.Dataset and perform...
2 years ago
0 Votes
3 Answers
777 Views
0 Votes 3 Answers 777 Views
Hello everyone! I tried to remove models from ClearML using clearml.Model.remove( model=model_id, delete_weights_file=True, force=True, raise_on_errors=True,...
9 months ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hey guys 🙂 I am wondering what is the best way to make a clearml-server deployment robust? E.g. let's say my server may become unavailable because of a hard...
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
5 years ago
Show more results questions