Hi, coming back with the venv caching: with the following setting: I call Task._update_requirements(["."]) setup.py has the following install_requires=["my-p...
4 years ago
just getting started with clearml, any recommended videos on how to get a sample project up? I am using the one on their youtube channel right now but I am a...
4 years ago
hi, i am having installation issues. where / who can assist?
4 years ago
following installation (pip install clearml), i am getting this: Collecting clearml WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None,...
4 years ago
Hi all, I'm currently experiencing some problems with the ClearML Server, I deployed my own server on a AWS ec2instance using ami-0d9fbf285df0b3067 (v0.17.0)...
4 years ago
Is it possible to create clearml-agents with different (compute-) abilities? Possible use cases: Experiments that need more than 12GB of VRAM should only run...
4 years ago
Hi again, is there a way to pass secrets as parameters of a task? I have an experiment that requires connecting to a database, and I need to be able to pass ...
4 years ago
Hi, expanding on ReassuredTiger98 ’s earlier question, Let's say Alice is running an hyperparameter optimization task on a particular queue, and spins off hu...
4 years ago
I set up the clearml-init on the vm and it says verified, I am running via juypter if that makes a difference
4 years ago
Hello, how can I make a pipeline that accepts parameters?
4 years ago
has anyone gotten this error before:
4 years ago
Hi, Does anyone know how to setup ClearML in Google Colab/JupyterLab? E.g., where to put the clearml.conf and how to use clearml-init Thanks!!
4 years ago
Hi, my DevSecOps team has raised some issues of us deploying ClearML for use. In particular, they are not happy with docker.sock configuration as it would po...
4 years ago
Hello, Pytorch 1.8 was released, bringing AMD wheels with it > pip install torch -f https://download.pytorch.org/whl/rocm4.0.1/torch_stable.html Is ClearML s...
4 years ago
Hey all. Quick question about the ~/.clearml directory on the clearml-agent. It seems to be filling up disk storage quite quickly 440M /home/ubuntu/.clearml/...
4 years ago
Hello! I don't know if it is the right place to ask about it but maybe someone else has faced the same problem I created Task "my_task" from branch "my_branc...
4 years ago
what could be the reason for my package to not be loading under the "INSTALLED PACKAGES"? I have a . in the requirements.txt I added a task.add_requirements(...
4 years ago
What could be the reason for FAIL status of a task that seems to have completed correctly? No information in the log whatsoever
4 years ago
Hello! I try add dataset to ClearML using clearml-data. All images in one folder, size around 5GB. After upload to cloud i get this error clearml.Metrics - E...
4 years ago
hey everyone after an upgrade from 0.15 to 0.17 I’m trying to load the clearml server getting
4 years ago
I’ve renamed trains dir to clearml
4 years ago
as that seems to be the biggest change happening in /opt
4 years ago
using the docker-compose file from 0.17
4 years ago
(after running the upgrade process from elastic5 to 7 of course )
4 years ago
Hey all, I'm having an issue using hydra and tensorboardX, where clearml isn't resetting the iterations across different multiruns although it looks as expec...
4 years ago
Hi, Just a silly question. Using clearml-data, Am I right to say every data commit is immutable, as in , it isnt possible to open an existing task-id(for dat...
4 years ago
Hi all, I am starting to use clearml-agent. run it with clearml-agent daemon --foreground --gpus 3 --queue default --docker MyDockerImage:v0then I enqueued n...
4 years ago
Hi, is it possible to get an artifact from a Task and force not using local cache? The task itself updated the artifact in the meantime and I cannot get the ...
4 years ago
Hi, would like to check. So an agent pulled a docker image and install the pip dependencies on it. What if I have OS library dependencies as well? (Apt insta...
4 years ago