Hi, I am running a file like this python train_it.py Task.force_requirements_env_freeze(False) task = Task.init(project_name='playground', task_name='base') ...
4 years ago
Hi, I opened a new project yesterday and tracked few experiments. Suddenly everything disappeared today and I can't even see the project's folder
4 years ago
Hi, I am saving plt chart to ClearML using from torch.utils.tensorboard import SummaryWriter and I got long labels cut out writer.add_figure('my label', figu...
4 years ago
How do people solve this? If i am pip installing a custom package from .tar.gz, how can i ensure that if i run the experiment (initially run from a notebook)...
4 years ago
hello, i have 4 python environments on one server with 4 tensorflow versions. In each python environment the correct cuda version is used. But when I use all...
4 years ago
Silly question alert...... Really simple one to start with. If I have the more or less the default settings for a clearml-agent on a compute node, so therefo...
4 years ago
Having an issue with fileserver being unable to start upon running docker-compose. I've tried to restart all of the containers as of now. ERROR: for fileserv...
4 years ago
When I setup my local virtual environment I use a combination of Conda and pip. I use conda as my environment manager, and then use pip for packages that are...
4 years ago
Hey, I'm trying to run the AWS autoscaler and pull a docker image from ECR (private repository). I'm currently getting the error: docker: Error response from...
4 years ago
Hi, this seems really simple, but I could not find any clear reference to it elsewhere. So, what is the right way of manually logging a model checkpoint, I d...
4 years ago
Hi, I got a pop up this morning on the ClearML Dashboard asking to update - Once I clicked yes, all the debug samples from all my experiments have disappeare...
4 years ago
Hi! If I have a pipeline on gitlab that uses ClearML for some tests is there some way to setup the credentials so that it doesn’t fail?
4 years ago
Any specific reason for modelling experiments as separate tasks rather than a single entity with multiple runs?
4 years ago
Typo: Was going crazy for a short amount of time yelling to myself: I just installed clear-agent init!
4 years ago
I have got experiments training PyTorch networks on a remote compute run by clearml-agent . I am using the Ignite framework to train image classification net...
4 years ago
I have been successfully deploying and training a PyTorch CNN on a clearml-agent managed compute resource and have been testing some the capabilities, includ...
4 years ago
am reading through the new docs…. how do i go about creating the cron jobs in the UI https://clear.ml/docs/latest/docs/getting_started/mlops/mlops_best_pract...
4 years ago
Can anyone recommend some good AI deployment frameworks for kubernetes? (better if they have/can be integrated with ClearML)
4 years ago
Hi, I have a s3 bucket configured as default uri, but, when I am testing the code on my local machine, I do not want the model files to be uploaded to s3. I ...
4 years ago
I have setup a clearml-server running on a Azure VM instance and have used default parameters when it comes to specifying storage locations for data and arte...
4 years ago
Just a quick question: how can i pull off the scaler data json from server without downloading them one by one?
4 years ago
Question when using remote storage blobs (e.g. Azure). I am using it as a output_url location, and it is storing both datasets, and also experiment artefacts...
4 years ago
Hi, i'm getting this long error when running task.execute_remotely(queue_name="1gpu", exit_process=True) . I also notices an error Failed to fetching activit...
4 years ago
I'm trying to setup clearml-server on a Linux VM using these instruction However clearml-elastic doesn't startup which also causes the API server to fail sta...
4 years ago
For Google Cloud Storage, you can use default project credentials for all buckets, or specify credentials per individual buckets and sub-directory. Does this...
4 years ago
Hello, "In the last period I pushed to adopt clearML company wide as it is a great tool. We actually have a data center and all nodes are managed by rancher ...
4 years ago
Hi, can i get ClearML to not print anything other than the prints from my codes? The reason is because clearml is printing the username and passwords i passe...
4 years ago
Does anyone have an example of how to use the services queue to start a load balancer on Azure? Virtual Machine Scale Sets through the Azure Management Pytho...
4 years ago
Hi, I'm encountering a problem while setting up the clearml-agent I've installed clearml-server on a remote machine, and made 3 url (eg, http://myclearmlfile...
4 years ago