when we train the models, we often choose checkpoint based on the validation accuracy, but test set accuracy (or specific class validation accuracy) is not n...
4 years ago
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
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
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
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
Hi! Is there a simple way to visualize tensors in ClearML? Something like tensorboard's TSNE or PCA...
4 years ago
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
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
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
Hi! Does ClearML have a way to turn on/off virtual machines depending if there are experiments on queue?
4 years ago
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
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
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
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
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
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
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
looking forward to the release v0.17.5
4 years ago
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
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
Hi everyone. I have an issue with the simple pipeline - it runs two similar nn training steps (tf2.3, windows10, python 3.7) with only difference is a batch ...
4 years ago
Hi, just checking.. Does anyone know whether clearml Enterprise has deployment functionality..
4 years ago
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
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
Hey all. Another question - how are private packages handled/installed so that clearml-agent can execute a task? I have a bunch of private repos for communic...
4 years ago
Hi ! Regarding AWS_Autoscaler while setting up GIT username and password - i was curious how it handles 2FA if my repo lies in Github and my account needs 2F...
4 years ago
Also, is there a way to remove the Examples from my server deployment? I can't delete the tasks. I tried to archive the task prior to deletion and I get the ...
4 years ago