Sorry for the noob questions..) I have the on premise server running. Examples all good. What is best way to add own experiments? One github repo pr experime...
4 years ago
CLEARML_AGENT_GIT_USER is this my github username? or i need to setup a custom GIT server?
4 years ago
Hi, i noticed that all other users can see my experiments. Does ClearML has the feasibility to only allow certain groups of people to see each other's work?
4 years ago
Hi, anyone seen this issue? ERROR: for clearml-agent-services Cannot start service agent-services: OCI runtime create failed: container_linux.go:370: startin...
4 years ago
Hi, guys! I’m trying to connect clearml to my task and getting strange error: after CUDA_VISIBLE_DEVICES=1 python train.py dataset_config=visual_tags_dataset...
4 years ago
Hi, is there a way to add more high-level structure to the HyperParameter display in the config tab? I only have "Args" and "General" as a default but can I ...
4 years ago
Just a quick note for everyone here, I'm giving a webinar tomorrow, pretty basic ClearML stuff but we end up with a pipeline like this 🙂 So if you know anyo...
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
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
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 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
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'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'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, 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
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, 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
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 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 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 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
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
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
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
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'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
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 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, 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