Is there a quicker way to abort all running experiments in a project? I have over a thousand running anonymous data tasks in a specific project and I want to...
3 years ago
Another question, I have written a code that includes a task scheduler that calls a function. That function watches a folder and if there are sufficient imag...
3 years ago
Hello, I have a problem with task.set_initial_iteration(0) in Google Colab. After continuing the experiment, gaps appear on my graph, but if you use Colab. I...
3 years ago
Hi, i would like to ask around if anyone has following languages working with ClearML? It can be direct from ClearML SDK or via any indirect method. Julia R ...
3 years ago
I have a clearml server deployed. I can see in the docs that one way of doing things is through api calls. The docs mention the end point url but does not me...
3 years ago
Would be great if ClearML is represented in the matrix. (It's mentioned as a mlops platform and the origin year) https://github.com/thoughtworks/mlops-platforms
3 years ago
Is there a direct way to get a model using its id like it works with Dataset.get?
3 years ago
Hi everybody, I'm trying to run an experiment inside a Docker and I get: Repository cloning failed: Command '['git', 'checkout', 'commit-id', '--force']' ret...
3 years ago
Hi! I see the following in the docs https://clear.ml/docs/latest/docs/references/sdk/model_model/#modelquery_models But I get AttributeError: type object 'Mo...
3 years ago
Hi all! Please tell me why the almost the last version of docker-compose is used (in the example from the site 1.24.1, link https://clear.ml/docs/latest/docs...
3 years ago
Hi community, noob question, how can I know the cloning repo location in an aws agent running a task?
Does anyone know why I keep getting that error? clearml_agent: ERROR: ERROR: package manager "conda" selected, but 'conda' executable could not be located I ...
3 years ago
Hi, is it possible to pass temporary IAM role to the web app could access?
3 years ago
A question about ssh keys mount to a clearnl-agent running in docker mode. I noticed that only when the task is created and enqueued (using python script), t...
3 years ago
Hi! If I have a folder with multiple ckpt files would the manual way to upload them be the following: output_model = OutputModel(task) output_model.update_we...
3 years ago
Hi, I tried to make a clearml Dataset using the clearml-data and MNIST but I always get a 413 Request Entity Too Large We have our own ClearML deployment on ...
3 years ago
Hi: i have get this error: cannot verify credentials: I am still using trains, and i can verify correctly in other machine
3 years ago
Hi! Do anyone have problems with access to clear ml website?
3 years ago
Is there an example of Simple Pipeline using Task Scheduler? I want to create a simple pipeline where first a folder is monitored using a TaskScheduler, and ...
3 years ago
Dear developers, I encountered a question that the local module cannot be found when pulling task from queue. I opened a issue here https://github.com/allegr...
3 years ago
Hey all, I'm running a task inside docker, and one of the functions call: latest_dataset = Dataset.get(dataset_project=dataset_project]) A I get: raise Value...
3 years ago
Hello, I have a server with several GPUs that I wish to use to automatically train models. ClearML seems like the perfect tool for my use case but I am confu...
3 years ago
Hi, i'm working on a post deployment data and model monitoring using ClearML. The idea is this. Use ClearML to serve my model out to Triton. Data MonitoringC...
3 years ago
Hi, in the Metric Snapshot graph, is it possible to scale the Y axis to [y_min *0.9, y_max * 1,1] ? currently all my values are flat at the same ~y and it is...
3 years ago
Hi, in a subproject, would it be possible to hide the parent project if it is empty?
3 years ago
I'm training a tensorflow model and saving it in the end. I looked at the OutputModel class. How do I connect the model I'm saving to the OutputModel?
3 years ago
When starting a training I keep seeing these messages: clearml.model - INFO - Selected model id: 7bd69df73653400197a2ddb438b2a046 Also under artifacts > inpu...
3 years ago
Hi Everyone, I Was Running An Optimization Task With Optunaoptimzer, But I Had The Following Error :
Hi everyone, I was running an optimization task with OptunaOptimzer, but I had the following error : Could not find requested metric ('evaluate', 'accuracy')...
3 years ago