Hi. I'm using ClearML for logging my experiments. Can I compare experiments by plotting graphs? For example, every experiment logs the time per training iter...
4 years ago
I am trying to run the urbandsounds8k example, but when I run "preprocessing" I get the error in the line self.metadata = Task.get_task(task_id=self.original...
3 years ago
Hi, I'm working on our ML project using ClearML for pipeline management. I have a separate function for data preparation that I'd like to use in the ClearML ...
one year ago
Hi everyone, is there an option to not mount cache into the docker of an clearml-agent? E.g. datasets are downloaded into the docker and gone when the docker...
one year ago
I have a clearml server deployed. I can see in the docs that one way of doing things is through api calls. The docs mention the end point url but does not me...
3 years ago
hi all, there is any way to set the flags used for git clone when executed inside a Docker container (or wherever, i guess 🙂 ). I see https://github.com/all...
4 years ago
Hi all! Any example or doc to use ClearML with SLURM as a workload manager ?
3 years ago
Hi, I am trying to save a trained XGBClassifier model as OutputModel, is there an example somewhere of how to do that? it has no weights to save, should I ju...
3 years ago
Hi all, I am developing clearml-web. Is it a specification that even if the HYPERPARAMETERS item (initial value) when executing XXX is deleted with YYY that ...
2 years ago
Hi I get the following error repeatedly - any idea what may cause this? Retrying (Retry(total=233, connect=233, read=240, redirect=240, status=240)) after co...
4 years ago
I saw the clear agent is running, but my task shows pending. What is the problem
2 months ago
Hi, I am trying to setup the path to trains.conf file programatically and having trouble.. we tried using os.environ['TRAINS_CONFIG_FILE'] = path, and also o...
4 years ago
2021-01-13 10:34:24,897 - clearml - WARNING - Artifacts not supported by your ClearML-server version, please upgrade to the latest server version I got this ...
4 years ago
How can I do the following? (basically, filtering by task type) Task.get_tasks(project_name="my-project", task_name="my-task", task_filter=dict(type="trainin...
5 years ago
Hey guys, I'm having the strangest error ever... I've installed ClearML using HELM on our K8S server, and now the fileserver complains that it has no permiss...
3 years ago
Hi all, I was using the cleaning script, but it's (I think the elasticsearch, since it's a java process) consuming a lot of memory. So much that it's blockin...
9 months ago
Is there a way to tell the agent to run in docker in a way that just “trusts” the installation completely? for example, I have a local environment with pytho...
3 years ago
Hi all, I'm using ClearML and Pytorch-lightning. I was able to train my models successfully as long as I was using a single GPU. When I used two GPUs for tra...
3 years ago
Hi, is there any way to mount an S3 bucket to worker nodes for some specific use cases like data streaming? if so, how does ClearML tackle data versioning?
2 years ago
Hi Im trying to use Logger.report_media and it seems like we need to rescale video to 1280x1024 for example. Otherwise i cant watch full video in clearmlUI f...
2 years ago
Hello everyone. Is there a way to get the username from the user id with code?
2 months ago
I made PR for PyTorch Lightning integration. https://github.com/bmartinn/pytorch-lightning/pull/1
5 years ago
Hi all, I'm new with clearml and I have a question. I have a modular code, and when I'm trying to run it in a remote machine with the agent, I get an error o...
4 years ago
Hi, I'm experiencing some fairly slow uploads of a new dataset version. I'm running a local server and I'm uploading a ~20GB update to a ~30GB dataset consis...
one year ago
Hi! I have a problem with a Dataset Project, i can't remove the project even if it is completely empty, i tried to delete also the folder in /opt/clearml/dat...
7 months ago
Hi, we have a bit old open source clearml instance. I want to create a new instance on a new infrastructure. is there an easy way to migrate data between cle...
2 years ago
I want to clone an experiment and then try with a different hyperparameter value . I was wondering if there is a way to explicitly specify a hyperparameter. ...
5 years ago
Hi Team, do you guys have a direct support email address to which billing related enquiries can be sent? Thanks
26 days ago
I'm trying to set up clearml server on a new vm but the elasticsearch container is erroring with the following: Attaching to clearml-elastic clearml-elastic ...
2 years ago