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
Hey Everyone, I'm setting up clearml agents and workers with the open source version within my org. Was wondering what is the best way to handle different py...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
is there a quick way to make clearml task to run on few different clearml agents/machines ? for example for cases whrere one agent/machine alone doesn't have...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello, I have an ML project that is not on git. It is separated into several files: training.py data.py preprocessing.py global_config.py I can monitor it ea...
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, its probably easy. but i can seem to understand 😞 does anyone here know? how do i set _allow_omegaconf_edit=true i have tried to add to the command line...
2 years ago
0 Votes
32 Answers
154K Views
0 Votes 32 Answers 154K Views
Hey, we run a pipeline using the PipelineController, when we do it from team member 1 computer, we see clearml-agent installing lots of unrelevant packages, ...
2 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
2 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
2 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
Hi everyone, I'm new to ClearML and I want to run a task on a remote host inside a Docker container. The Python interpreter I need to use is located at /opt/...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello all, I have a question regarding the "Page View Options" is there an option to filter projects and pipelines by anything other than "my work / team wor...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
ClearML results page: Traceback (most recent call last): File "/tmp/tmpme6zq4_2.py", line 59, in results = prepare_data(**kwargs) File "/tmp/tmpme6zq4_2.py",...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
2 years ago
0 Votes
5 Answers
3K Views
0 Votes 5 Answers 3K Views
I have a repository which uses Git LFS and would like to run a task through Docker-based agent. Despite installing git-lfs in the docker image, I get the fol...
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
1st time i ran codes.. all working fine.. status completed
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
2nd time re-ran i am getting this error
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
file available.. same directory.. agent also available
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
2 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
2 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hello all, we’re trying to use report_image to log sample images to ClearML, but output on client is empty: image_open = Image.open(os.path.join("prediction"...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
does clearml have a testing API? I'm setting up stack to enque work with clearml. Is there a way I can simulate queue and worker execution?
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
I want to upload models to the server, but store data locally like DVC, and only manage data meta-information in clearML. What should I do?
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello! Is there any way to access the the Triton Server metrics from clearml-serving ? As in the localhost:8002 that is running inside the triton server None
2 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Hi. I have a questoin about installng clearml using helm chart on virtualbox linux environment
2 years ago
0 Votes
7 Answers
3K Views
0 Votes 7 Answers 3K Views
hello, I have a question regarding clearml task and pytorch lightning I am training a model and I want clearml to plot the accuracy and loss. According to No...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, is there any way to mount an S3 bucket to worker nodes for some specific use cases like data streaming? if so, how does ClearML tackle data versioning?
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hello, I have a question about clearml-agent with docker I want to use image files saved in local machine which clearml-agent will be operated. I added "moun...
2 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hey, I am following the docs to use clearml-session and getting the following error > Environment setup completed successfully > > Starting Task Execution: >...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi, What is the best way to get a local copy of only the specified files from the dataset? Case: I got a list of added files for N versions using Dataset.lis...
2 years ago
0 Votes
10 Answers
3K Views
0 Votes 10 Answers 3K Views
clearml-session not working for me.. agent also there.. its showimg clearml-session not found
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
hello. anyone know how to add "-m torch.distributed.launch" to the command for distributed training. Like in this document None I tried to use like this: cle...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hello guys, Can anyone help me?? I got this message when I tried to ran script through clearml-task botocore.exceptions.NoCredentialsError: Unable to locate ...
aws
2 years ago
Show more results questions