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 6046

Questions 6046

Tags
Sorting
Results
per page
0 Votes
5 Answers
993 Views
0 Votes 5 Answers 993 Views
9 months ago
0 Votes
1 Answers
765 Views
0 Votes 1 Answers 765 Views
Hello everyone! I need to run the pipeline on schedule. Are there any restrictions on running pipelines through the scheduler? Would hidden project for pipe ...
9 months ago
0 Votes
4 Answers
832 Views
0 Votes 4 Answers 832 Views
Hi, I'm trying to upload a dataset to s3 using dataset.upload(show_progress=True, verbose=True, compression=ZIP_STORED) which is supposed to upload without c...
9 months ago
0 Votes
4 Answers
673 Views
0 Votes 4 Answers 673 Views
Is there some limit in the web UI or the configuration for number of debug sample images. Ours seems to never show past 32 images
9 months ago
0 Votes
2 Answers
819 Views
0 Votes 2 Answers 819 Views
Hi everyone! I have no requirements.txt in repo, because it managed by poetry. Is it somehow possible to pass pyproject.tom in clearml-task cli? clearml-task...
9 months ago
0 Votes
5 Answers
809 Views
0 Votes 5 Answers 809 Views
9 months ago
0 Votes
3 Answers
944 Views
0 Votes 3 Answers 944 Views
9 months ago
0 Votes
3 Answers
684 Views
0 Votes 3 Answers 684 Views
Hi everyone, I'm trying to log a file using the ClearML logger like this: clearml.log_file(file_name=file_name, file_path=file_path) For example, if file_nam...
9 months ago
0 Votes
2 Answers
686 Views
0 Votes 2 Answers 686 Views
Hi, I am wondering after a task submitted to remote server finishing running. Will the docker container / disk space (really I am more interested about the d...
9 months ago
0 Votes
3 Answers
887 Views
0 Votes 3 Answers 887 Views
Hi, I'm trying to use ClearML pipelines, but some of my components need to have some env variables defined. I can't seem to find anything in the documentatio...
9 months ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
I'm using docker runtime to run clearml-agent. When I enqueue the task through web UI. I am getting errors related to invalid git credentials. How do I make ...
9 months ago
0 Votes
2 Answers
585 Views
0 Votes 2 Answers 585 Views
Hi all. After rebooting the server after "no space on disk" cannot see plots of one of the experiments.
9 months ago
0 Votes
1 Answers
894 Views
0 Votes 1 Answers 894 Views
9 months ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi everyone, I'm experiencing an issue with ClearML running on K8S. After upgrading the ClearML server helm chart from version 7.11.5, I'm seeing the followi...
9 months ago
0 Votes
19 Answers
760 Views
0 Votes 19 Answers 760 Views
Hello, I wanted to test out clearml and installed the 7.14.2 helm chart. The deployment looks ok. I can access the webui and create workspace API credentials...
9 months ago
0 Votes
11 Answers
735 Views
0 Votes 11 Answers 735 Views
Hi, i see some strange behavior where the training fails when running on clearml (loss = nan) compared to running w/o clearml. This is entirely reproduceable...
9 months ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
9 months ago
0 Votes
16 Answers
938 Views
0 Votes 16 Answers 938 Views
9 months ago
0 Votes
2 Answers
863 Views
0 Votes 2 Answers 863 Views
How does clearml-agent install -e python package ? I have a homemade python package which I just moved to pyproject.toml, that I am not familiar with so not ...
9 months ago
0 Votes
5 Answers
927 Views
0 Votes 5 Answers 927 Views
9 months ago
0 Votes
2 Answers
969 Views
0 Votes 2 Answers 969 Views
Hi guys, im running into an issue when creating new clearml dataset version. I want to create new version of dataset from a local folder, but I don't want al...
9 months ago
0 Votes
4 Answers
836 Views
0 Votes 4 Answers 836 Views
9 months ago
0 Votes
5 Answers
803 Views
0 Votes 5 Answers 803 Views
hi, I'm using huggingface trainer, is there a way to capture grad_norm per layer? Thanks!
9 months ago
0 Votes
5 Answers
744 Views
0 Votes 5 Answers 744 Views
Hi, i try to execute pipeline with PipelineController and define it like this: pipe = PipelineController( name =config["clear_ml"]["pipeline_name"], project ...
9 months ago
0 Votes
2 Answers
824 Views
0 Votes 2 Answers 824 Views
9 months ago
0 Votes
5 Answers
821 Views
0 Votes 5 Answers 821 Views
Hi, is there a way to wait until a dataset finish uploading before proceed? because I want to upload dataset if it is not already exist and then process the ...
9 months ago
0 Votes
1 Answers
858 Views
0 Votes 1 Answers 858 Views
9 months ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
aws
9 months ago
0 Votes
3 Answers
580 Views
0 Votes 3 Answers 580 Views
my linter (the default vscode python extension) doesn't understand TaskInstance = TypeVar("TaskInstance", bound="Task") . if I type clearml.Task.current_task...
9 months ago
0 Votes
12 Answers
770 Views
0 Votes 12 Answers 770 Views
has anyone else benchmarked ClearML? I'm seeing catastrophic logging overhead: None for 50 numbers, ClearML's logging takes 3x as long as my entire LLM train...
9 months ago
Show more results questions