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
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
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
0 Answers
2K Views
0 Votes 0 Answers 2K Views
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
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Back with another episode of the CLEAR show! Considering the feedback was no turtle 😉 we took care of that. See how easy it is to start a worker on a google...
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
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
I have a little bit of code that goes like: import argparse from clearml import Task from DeployKit.argument_parser import get_parser import KitUtils if __na...
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Hi, in one of my agents with CUDA Version: 11.1 (from nvidia-smi), clearml agent 0.17.1 detects version 100 (I can see from experiments logs: agent.cuda_vers...
4 years 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
Hi, I'm trying out the clearml-agent on an Azure machine connecting to your managed server. I see the worker on the queue, and the job reaches it - but nothi...
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hi, I noticed that clearml does not work together with the debugger in PyCharm. Everytime I use the debugger I have to first comment out the clearml code. Is...
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi, I am trying to using ClearML agent version 0.16 ("trains_agent"), and I always get a silent exit after starting task execution: > Environment setup compl...
4 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Hi clearml people, I am trying to figure out if plotly animations are supported? I can see that I can report an animation figure and get the Play/Stop button...
4 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
Is this an expected behaviour? trains version 0.16.4, not able to upgrade now to latest version but I doubt this was changed
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hi Everyone. A nice gist showing how to plug ClearML into sagemaker - i.e. the system env parameters that need to be set https://gist.github.com/YogevKr/de85...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
is there a way to copy the entire folder an agent in a machine (different from server machine) builds to the server machine?
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, I encounter the following bug with clearml 0.17.5rc2: When I start a task locally and that task raises cuda out of memory, the command returns but the pr...
4 years ago
Show more results questions