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 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
Hi, is there a document anywhere that lists the S3 bucket permissions required in an IAM policy to read and write to S3?
4 years ago
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
Hi, I have a question about how to get notified when a task finishes running. We are creating training tasks programatically on ClearML Server. It is relativ...
4 years ago
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...
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
Hi, I'm using ClearML python package on Sagemaker notebook instance. If I want to edit the clearml.conf on the notebook instance, how could I do that?
4 years ago
I just deployed clearml into k8 cluster using clearml helm package. When i ran a job, it gave this error in the clearml web server (Attached below). I sshed ...
4 years ago
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
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
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
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
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
I wonder what is the best practice today to fetch a model from another task by models name or id ? Currently, I see this can be done as from clearml import T...
4 years ago
Hi, i can't seem to set a password to clearml, anyone seems to be able to just enter the username and they can enter that username's workspace.
4 years ago
I was running the hyperparameter optimization code in clearml. I understand Iteration is one single experiment but what does the other parameters refer to ? ...
4 years ago
Hi, I'm trying to create a clearml-task to run a script with required parameters (unnamed ones). It seems like I can only give named params. Am I missing som...
4 years ago
Hi, I have such a problem, after I restore the experiment from the checkpoint, my scalar metrics have gaps due to the fact that my iterations are not zero. I...
4 years ago
Hi, there is a "bug" introduced in the latest version of clearml-server: when an experiment is in "full screen view", in the console tab, the auto refreshing...
4 years ago
Hey, I'm probably being thick here but I would like to pull some data from a database and write it to a particular bucket in s3 within a task i'm doing. I'm ...
4 years ago
Hi. I'm struggling with executing a python script which is a replica of a notebook, which executes fine. The issue I am encountering is clearml_agent: ERROR:...
4 years ago
Hey, I was just exploring the UI, is there any way to add custom notes for a model like observations and conclusions for any experiment?
4 years ago
Hi! I was wondering if it's possible for a clearml agent to create an environment from a conda environment.yml file every time an experiment is run
4 years ago
Hi i saw this on the clearml-agent docs but other than the docker image, i'm not sure how to integrate this with clearml py and clearml-server. Please advise...
4 years ago
I suppose the Data Management & Lineage (is similar to clearml-data in the open source version) and if so, what is this Hyperdatasets function (Not really ge...
4 years ago
Using the s3 to push data, I tried this snippet.. How to add in the key and secret key ? I see that it requires another class, StorageHelper, but I wasnt abl...
4 years ago
Hi guys, with the new venv caching available in clearml, I have the following problem: I force my pip requirements to be: torch==1.7.1 pytorch-ignite clearml...
4 years ago
Hi, I’m trying to run some HOG + SVM classifier with http://clear.ml . I saved my features in files and try to load them with joblib.load. While loading them...
4 years ago