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
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
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, 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
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, 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
CLEARML_AGENT_GIT_USER is this my github username? or i need to setup a custom GIT server?
4 years ago
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 vs clearml-agent-services ? same thing?
4 years ago
Hi guys, Thanks for the previous discussion on ML-Ops with ClearML agent. I'm still not sure how to monitor a training job on k8s (That wasn't scheduled by C...
4 years ago
Let's say I have a project call Proj1 to store datasets with Type "Data Process".. What is the best practice to get the latest datasets ? Example, I start th...
4 years ago
Hi, there's something i don't find too logical when using ClearML and its agents. I will need to run my code once on my client computer this is without GPUs....
4 years ago
Hi! I'm trying to deploy clearml server in GCP, but I don't have access to allegro's bucket
4 years ago
is there a way to sort plots by iteration?
4 years ago
I don't quite understand the way Iterations work. In my current experiment I report every 10 epochs, I'm currently in my epoch 30, but in the UI it says iter...
4 years ago
Hi, thanks for offering 100GB storage in the free plan! From Web UI or CLI, how to check how much storage is used/left?
4 years ago
Hi all. I am struggling with integrating plots into my task. Without the plotting code, the task never completes the execution and seems to hang. Also, the p...
4 years ago