Hello, I was wondering if clearML offers the option to spin up again the clearml-agent automatically every time the machine where it was being executed as a ...
4 years ago
Hi guys, hope everything is going fine! I have a little question: I have the ClearML server installed, but now I need to migrate it to another hard drive. (A...
3 years ago
Is it possible to launch the HPO application with the metrics/graphics after running the HPO from code? I am more interested in the graphical representation ...
one year ago
Any specific reason for modelling experiments as separate tasks rather than a single entity with multiple runs?
4 years ago
Hi! I recently updated my server and my clearml version, now when I set a task to be executed remotely its default state is aborted hence I have to reset and...
4 years ago
Hi! I am saving some intermediate .pt files on the experiments and clearml automatically detects them as models, this makes the clearml.model - INFO message ...
4 years ago
Hi! I changed from trains to clearml and ran some experiments using keras but it seems the metrics are not being tracked automagically, has anyone ran into t...
4 years ago
Hi! I am currently using Hydra+ClearML and wanted to know if there are still some updates coming. At the moment, if I change the defaults hydra uses from the...
4 years ago
Hi! Regarding the artifact.get_local_copy() method, since there is no way to specify the path where the artifact will be downloaded, I wanted to confirm that...
5 years ago
Hi Everyone, How do i change the default value for agent.default_docker.image that is being used ?
3 years ago
Hi, Can we specify the limit and request resource differently for the workers spawned by the clearml agent? So some tasks may require a lot of RAM, but other...
3 years ago
Hi everyone, is there a way to avoid the environment setup when running a task using a worker? I am currently using a custom docker image that already has al...
3 years ago
How do I properly complete a task in a Python console? If I run the code from clearml import Task, TaskTypes task = Task.init(project_name='FirstTrial', task...
2 years ago
Hi everyone, there are 3 PR on https://github.com/allegroai/trains-server-k8s/pulls that are still waiting in the wings after more than 20 days. There is any...
4 years ago
Hi! does anyone have experience using ClearML inside a Vertex AI job?
4 years ago
Hi guys, hope you're doing well. I have a simple question: my workspace reached it's storage quota. Is it possible to free space? I have already deleted a lo...
3 years ago
Hi! I have a dataset like this: v1.0.0 - file_1.csv - file_2.csvv1.0.1 - file_2.csv - file_3.csvv1.0.2 - file_3.csv - file_4.csvHow can I get a new dataset w...
2 years ago
Is there any simple way to orchestrate a batch to train a model with different features (in order to do feature selection, for example) through a single .py ...
3 years ago
Hi! How can I force clearml to find my repo? My current repo structure is like this: - backend - frontend - ml - …Since I work only on the ml folder I launch...
2 years ago
More clarification on documentation (ClearML Data): > Dataset changes are stored using differentiable storage, meaning a version will store the change-set fr...
3 years ago
Hi, how to specific an existing container built by custom dockerfile when using clearml-agent? I cloned a yolov5 task and executed remotely by setting CLEARM...
2 years ago
Hi! I am using the ModelCheckpoint callback from Tensorflow to save the best model. When the experiment finishes if I go on the server to Experiment > Artifa...
4 years ago
I'm getting upload errors when uploading artifacts (using GCS) but it uploads for datasets works just fine. clearml.storage - ERROR - Failed uploading: HTTPS...
2 years ago
I am also experiencing a weird behaviour when running a script using the module flag. For example I run: python -m module.script arg1 arg 2And after the scri...
5 years ago
Hi all! Is there a way for trains to recognize the CLI arguments when using https://github.com/google/python-fire instead of argparse?
5 years ago
Hi! I am getting the following error on an agent: /usr/local/bin/python3.8: No module named virtualenv clearml_agent: ERROR: Command '['python3.8', '-m', 'vi...
3 years ago
Hi, I try to use TF history and to report the metrics in the end of the training. this is how I try to do it: history = model.fit(.....) logger.report_scalar...
4 years ago
Hi, We are hosting a ClearML Server on EC2. Sometimes, we upload artifacts (models, data, etc.) to ClearML Server; however, we don’t want to keep some files ...
4 years ago