When using docker mode (and specifically k8s glue), what are the options for caching? One option is definitely having a base image that has the things needed...
4 years ago
So I'm in a Colab notebook, and after running my Trainer(), how do I upload my test metrics to ClearML? ClearML caught these metrics and uploaded them: train...
4 years ago
OK, next question, I've got some training args that I'd like to manually upload and have them show up in the attached place, under Configuration. It is a Hug...
4 years ago
Hi guys, until today I always requested data scientists to use CLI to create tasks. After that I usually reconfigure them so they can be pointed on git repo ...
4 years ago
Hello, I have some problem with my k8s glue. May I know do we need to set --gateway-address args if we are going through an ingress?
4 years ago
any plans for log space for hyperparameter support (log argument)? this is supported config space https://github.com/automl/ConfigSpace/blob/772665a86bca0d5b...
4 years ago
This will close it Task.current_task().close()I think we should rename completed() because it just marks the Task as completed on the backend but does not ac...
4 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 upgraded the ClearML client to 1.0.5 and now I am getting an upload log message: ... 2021-08-12 17:47:59,188 - clearml.storage - INFO - Uploading: 150....
4 years ago
Are people using devcontainer + clearml-session?
4 years ago
Anyone doing sagemaker with Clearml - something like the k8s glue but the tasks are pulled into sagemaker training jobs
4 years ago
How do I get args like epochs to show up in the UI configuration panel under hyperparameters? I want to be able to change number of epochs and learning rate ...
4 years ago
Hi! I've been trying out the TaskScheduler functionality. This is a great feature! However I ran into a couple of problems, and wanted to clarify some things...
4 years ago
Hi, is it possible to retrieve the git branch from the Task object? I'd like to use this to then update the tags for the Task with the git branch info.
4 years ago
Hello guys, I encountered this error in my glue agent when it pulled a task from the queue. But could not understand what it means? Error: Could not push bac...
4 years ago
Hi, I am using the aws autoscaler and getting the following error while trying to spin up spot instances: 2021-08-16 17:18:48 Spinning new instance type=v100...
Is it possible to write text file and see it in results of the experiment? I want to use it to version data as in keeping a track of what images have been tr...
4 years ago
Hi everyone, is it possible to sync my local git folder with all my source code and connect it to a task?
4 years ago
Hi, I am running a pipeline (which does preprocessing and training) ? Once training ends, I want to automatically publish the task (model). Reading the docs,...
4 years ago
Hey, I have another question, now about the PYTHONPATH and its relationship to repo root. Let's say I have the following repo structute: ├── projects │ └── p...
4 years ago
feature request: ClearML prints GitHub token in the log, when there is "repository not found" error. it would be nice if could hide it
4 years ago
Hi all, Is there a way to filter a experiments in a hyperparameter sweep based on a given range of a parameter/metric in the UI (similar to wandb )? Also, is...
4 years ago
Hi guys, Suppose I have the following script: import numpy as np import pandas as pd from clearml import Task # Import required project dependencies. from tf...
4 years ago
Is there any way to create a queue from code?
4 years ago
I am currently running a Clearml-server and have few questions about Dataset management. https://clear.ml/docs/latest/docs/getting_started/ds/best_practices#...
4 years ago
Hi everyone, I had a request to use task_overrides during a pipeline step. The goal is to set the OUTPUT DESTINATION on the fly so: pipe.add_step(name='creat...
4 years ago
I want to run my clearml task on an agent in k8s together with a memory profiler (maybe https://github.com/plasma-umass/scalene or https://github.com/pythons...
4 years ago
Hello community! Is there an option to only download a part of a Dataset with .get_local_copy()? I imagine something like this, but I can't find the right wa...
4 years ago
I am not familiar with pytorch, but is it expected that so many “models” are created? These are being repeated as well for a single task (this is training a ...
4 years ago
I see that in the default setup, this command is part of the docker bash setup script: chown -R root /root/.cache/pip Does the agent assume it will be runnin...
4 years ago