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 6040

Questions 6040

Tags
Sorting
Results
per page
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Hello! I add to inject the configuration into clearml with task.connect_configuration( http://OmegaConf.to _container(cfg, resolve=True)) because I use hydra...
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Dear community! I'm trying out a new way to make clearml-related content. I'd like your opinion on whether this is something you would consider watching (pro...
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
what is the python version an agent runs a task with? the one the agent was launched with, or the task? i.e. if Iaunch an agent with python 3.8.5, but a task...
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi, just checking.. Does anyone know whether clearml Enterprise has deployment functionality..
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Is there a way to interface with ClearML agent (CLI?) to handle model repositories and data versioning (but so, not experimentation, tight integration, pipel...
4 years ago
0 Votes
31 Answers
144K Views
0 Votes 31 Answers 144K Views
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
4 years ago
0 Votes
20 Answers
2K Views
0 Votes 20 Answers 2K Views
Hello, I hope you can help me with this: First , I have self hosted clearML-server on my own server and it is up and running so no issues. So, the task that ...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Hi, I'm having a hard time trying to understand the Dataset class. What I need is to be able to get the dataset, delete a file, and upload it again. But the ...
4 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
4 years ago
0 Votes
31 Answers
126K Views
0 Votes 31 Answers 126K Views
I have a self-hosted clearm-server and and clearml-agent started with clearml-agent daemon --queue default --foreground I try to execute the following simple...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi there, I think there is a bug with clearml sdk v0.17.5rc2: when running a task locally, the dashboard doesnt not shows the task as finished once the task ...
4 years ago
0 Votes
22 Answers
2K Views
0 Votes 22 Answers 2K Views
Another question: Is it possible to read the dependencies manually from a conda environment.yml? It seems like clearml is not able to fetch the dependencies ...
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
I am back with another question: Is there a file similar to the .clearml.conf that is project specific (for example in the top-level dir of the project-repos...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Also is there a way to just run a Dockerfile? So for example my project includes a Dockerfile in the top-level dir. When sending to the agent I would like it...
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Another question: Is it possible to specify in which directory to save all the files that clearml-agent creates (e.g. cache files or results of the currently...
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
Currently, to provide SSH access to the docker images for a task, .ssh is mounted into the docker. Wouldn't a solution like this https://gist.github.com/d11w...
4 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
Hello again, how can i use the clearm-session package ? I don't seem to find any helpful docs or resources: If i have a machine with IP=certain_IP and i have...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
4 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
Hey folks, when I run clearml-init on an 'on-premise' server (which can only be accessed via VPN) it gives an error and fails to create the clearml.conf file...
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Any idea why I would be getting the following error when running a task in a clearml-agent? (Python 3.7.9, package_manager.type = conda) ERROR: Could not fin...
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hi! Does ClearML have a way to turn on/off virtual machines depending if there are experiments on queue?
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, my teammates could not get the correct login page, I can have the correct one asked for username and password, but theirs were only asking for full name,...
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Hi, I'd like to set up ClearML in a Kubernetes environment. Previously, i used the helm package, but it was not really configurable. Now I intend to use this...
4 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi guys how do i know which version of trains server i am running? I want to upgrade to clearml , just to be sure elasticsearch migration is needed or not.
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi! Is there a simple way to visualize tensors in ClearML? Something like tensorboard's TSNE or PCA...
4 years ago
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K Views
I got a quick question of using custom conf for clearml agent, i tried this line clearml-agent --config-file ~/clearml-iris.conf clearml-agent --config-file ...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi
Hi , I had a question to run these ML Ops End to End Pipeline like Allegro.ai, what kind of Infrastructure does one need? In terms of the GPU Servers, etc. I...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
When an environment variable is tracked via TRAINS_LOG_ENVIRONMENT="MYENVVAR" will it then be used by the clearml-agent? My env variable is tracked in the GU...
4 years ago
Show more results questions