granted dbOwner
5 months ago
i granted readwrite access to db
5 months ago
pymongo.errors.OperationFailure: not authorized on backend to execute command { find: "queue", filter: {}, lsid: { id: UUID("ce3095ec-4e0c-4392-93c1-52aeebb1...
5 months ago
i can't find why clearml has an issue with mongodb
5 months ago
everything what is related to docket orchestration works just fine.
5 months ago
im bit stuck with clearml server api deployment to nomad.
5 months ago
Hi Everyone, I’m reporting a confusion matrix using below code. clearml_logger.report_confusion_matrix( title="Confusion Matrix (Accuracy)", series="ignored"...
5 months ago
Is this a bug? Clearml version 1.26.4 im passing a list of S3 urls to add_external_files The list is about 1K of files, but only 7 are uploaded (only unique ...
5 months ago
Hey, guys! Could you help me to find out if there's an adequate way to track an experiment with Clearml if I'm running it as a black-box bash script?
5 months ago
Hi all, my name is Evgeny from corsound. I have a question. I have a dataset with audio files, in the preview bar I can select a file and play it inside an i...
5 months ago
Hello, how do you manage to unload a model from clearml-serving API? I am trying to unload a model through grpc via clearml-serving because the models are lo...
5 months ago
Hey! We've set an hyperparameter optimization task on one of our experiments, and it seems as though the optimization itself is running - Yet we don't see th...
5 months ago
I'm trying to read the runtimes of tasks after the pipeline finished, for analytics. currently, I'm doing something like this: def collect_task_data(pipe: Pi...
5 months ago
Hello everyone! Has anyone ever used Grafana in ClearML-Serving to configure data drift alerts?
5 months ago
Hi, I am training with a significant amount of images. I have created a clearml Dataset containing two folders: images and labels. Until now I have created a...
5 months ago
Hi! I'm running launch_multi_mode with pytorch-lightning task.execute_remotely(queue_name='my-queue' config = task.launch_multi_node(args.nodes)) ddp = DDPSt...
5 months ago
Hello, everyone, just wanted to ask, how we can fix the following issue: Retrying (Retry(total=229, connect=240, read=240, redirect=240, status=240)) after c...
5 months ago
Hi all! I configured my clearml-agent with a fine-grained personal access token from Github, but currently I get permission errors when trying to clone repos...
5 months ago
Hi! Maybe someone will be able to help me. Im trying to build system: step 0: Build pipeline (run locally) step 1: Executes the TaskScheduler, step 2: Execut...
5 months ago
Hi everyone, I'm using ClearML-Serving with Triton and have a couple of questions regarding model management: - Once a model is loaded into GPU memory for th...
5 months ago
Is there any way to get dataset size without downloading state.json? im doing ds = clearml.Dataset.get(dataset_id=d_id), but it instantly tries to download s...
5 months ago
Hi! When running a remote task on the agent, clearml installs additional system packages. how can this be disabled? the variable agent.package_manager.system...
5 months ago
Hi, I’ve set up a ClearML server with the default_output_uri pointed to S3. We’re planning to migrate from S3 to Azure Blob Storage. Is there a direct way to...
5 months ago
Hi! I have a question about the ClearML API. Why do all apis use POST http method? Even delete apis are POST. The reason is I'm deploying my own API server b...
5 months ago
hi all trying to run my first job jobs on clearml and am getting this: Successfully installed pip-22.2.2 ERROR: Exception: Traceback (most recent call last):...
5 months ago
Hi Everyone! Is there a way to store ENV_VARs or secrets in clearML when we use remote agent to run the task? Actually I have too many envs that are confiden...
5 months ago
Hi everyone! I have a ClearML dataset that takes up 10 Tb. Its local download (get_local_copy) takes about a month. Can you tell me how to speed up this proc...
5 months ago
Hi, I'm using ClearML 1.16.1 to launch a multi node task using task.launch_multi_node() with a self-hosted ClearML server and workers. As I understand it, th...
5 months ago
Hi, my server is on version 1.11, and yesterday a few of my runs (with agent 1.5.1) failed on TypeError: PipelineController.add_step() got an unexpected keyw...
5 months ago