Hi guys, I'm trying to familiarize myself with Hyperparameter Optimization using ClearML. It seems like there is a discrepancy between clearml-param-search C...
3 years ago
if I have 1 machine with a GPU, can I put a worker on it with GPU and two workers with --cpu-only ? i.e. can 2 workers in the same machine be launched in cpu...
3 years ago
Hey! I have my custom model, that uses models from populars frameworks inside, such as LGBM, CatBoost etc. Also it have multiple instances of one models of o...
3 years ago
Hey, trying to do some cleanup because of No space left. For the clearml worker nodes under the .clearml directory , i see drwxr-xr-x 3 ubuntu ubuntu 20K Apr...
3 years ago
Hi all, if install clearml agent with helm, how do I authenticate the agent with git? In values.yaml file, I can set CLEARML_AGENT_GIT_USER and CLEARML_AGENT...
3 years ago
Hi, I'm trying to run clearml-agent in docker mode - however I'm having trouble saving the artifacts. 2022-08-25 05:06:21,820 - clearml.storage - ERROR - Fai...
3 years ago
Hi folks, I have a question related to the storage of artifacts, as it is not entirely clear to me where to configure it. If I read the documentation https:/...
3 years ago
Hi, How does the agent determine which packages to install? I have google-cloud-bigquery in my requirements.txt, but when I run my pipeline on the agent (I i...
3 years ago
If I want to run training inside a docker container, how do I connect it to clearml installed outside my docker container?
3 years ago
That is from documentation, https://clear.ml/docs/latest/docs/fundamentals/logger/ . How can I stop the earlier debug samples from being deleted even if I tr...
3 years ago
Hi friends 🙂 I want to sum the run time of all my experiments in the last month. What is the easiest way to do that?
3 years ago
Hi, I just found a document improvement on https://clear.ml/docs/latest/docs/references/api/index/#request-format . I use the command in the document, then i...
3 years ago
Hi everybody, I found that it is possible to schedule experiments using the TaskScheduler class in python https://clear.ml/docs/latest/docs/references/sdk/sc...
3 years ago
Hi there! I'm getting an error whenever trying to queue experiments using conda package manager that require python>=3.10. Locally (non-queued) the training ...
3 years ago
Hi there, I am intending to work more often with the datasets, but not sure if there is a way to retrieve specific files from a uploaded dataset. I saw I can...
3 years ago
is it generally recommended to close API client sessions? Like if I open a client like this: from clearml.backend_api.session.client import APIClient client ...
3 years ago
Hi. Here's a question for uploading models. calling PipelineDecorator.upload_model(model_name, model_path) in a pipeline component logs clearml.model - INFO ...
3 years ago
Hi, I am using clearml on a new server, and Task.init() crashes when I run it from (remote) pycharm but ok when I run from a commandline. Running on remote p...
3 years ago
Hi, question about setting output_uri=True for a pipeline step using Decorators. What I’m seeing is that training results in no output destination specified,...
3 years ago
Hi team, a question around package dependencies while running hyper-parameter tuning. There is a version of package that I'm using which is not available on ...
3 years ago
Hello! Something with a very long running .add_external_files has gone wrong, and now the task is aborted and I get the warning 2022-08-27 10:03:54,129 - cle...
3 years ago
Hi folks, good morning 🙂 In our setup we have a set of queues that do not use any GPU resources. Yet, when I run an experiment in such queues, we see a Warn...
3 years ago
Hi, I have some questions about hyperparameter optimization. We have a setup where we use PytorchLightning CLI with ClearML for experiment tracking and hyper...
3 years ago
Hello, I would like to ensure, the comparison of hyperparameters is supposed to work as it is depicted in the screenshot? Following the example, I would supp...
3 years ago
Hello again, I would like to ask you if something like this is possible in ClearML (see screenshot)? For each experiment ( t01 , t02 , etc.) I am able to rep...
3 years ago
Started using the integrated GCP autoscaler to avoid some problems we had. For some reason the Instances doesn't have a GPU although specifically defined in ...
3 years ago
Hello, I am using a NAS storage to save my models and dataset artifacts. My pipeline consists of two steps: stage_process (stores processed dataset on NAS st...
3 years ago
Hi, In the slack alert example, what does "this function will never end" mean? Not even after the task finish? https://github.com/allegroai/clearml/blob/mast...
3 years ago
Hello, can I somehow make an exact copy of Completed Task including scalars, plots, artifacts, etc.? I do not plan run the experiment again, I just want to a...
3 years ago
👋 Hi everyone! I have a short question that you can for sure help me with. Is there a way to avoid each task to create a new environment? I'd like to specif...
3 years ago