Hey, is there an easy way to retrieve the code used to run an experiment? Without recreating the whole environment etc. The problem: I have ran a .py script ...
3 years ago
Hi, there is a small bug with auto-refreshing in the DEBUG SAMPLES Tab of the Web UI: If it is ON, then it will always force the first series to be displayed...
3 years ago
Is there a tutorial for ClearML Serving? I followed the steps on its repo but I still don't understand it. Also the serving engine keeps failing after a whil...
3 years ago
Hi, I am running an optimization task with OptimizerOptuna (using your doc https://clear.ml/docs/latest/docs/references/sdk/hpo_optimization_hyperparameterop...
3 years ago
Hey, so I’ve deployed clearml on k8s through the helm charts repo but the left side menu is not visible..
3 years ago
Hi, is it possible to delete tags?
3 years ago
Is the only available resource to learn and use ClearML-Serving, the github repo, or are their other resources as well? Also, in the repo, once the model is ...
3 years ago
Hi, Is it possible to re-use task-id, but keep the old execution tab ? (git diff specifically).
3 years ago
Hello, When I create a task on a new server I use, the task fails to auto detect the working directory and the repository, as in the attached image. Conseque...
3 years ago
Hello, Can I get somehow JSON files of plots for the given Task? I know there is the "Download JSON" button near the plots in your web UI, but I need do it p...
3 years ago
Hi, What is the best way to add new data to the uploaded dataset. Currently, uploaded dataset stored in Clearml have this structure. Dataset_rootpreprocess_A...
3 years ago
Hi, I have a configuration file that I read and connect to my training tasks. I cannot use config = task.get_parameters_as_dict()["General"]["param"]["nested...
3 years ago
Hey, often I want to compare scalars of two experiments with the same name but with different tags. In the SCALARS comparison tab, I cannot see which experim...
3 years ago
Hello guys, i have trouble logging certain pandas dataframes ( https://github.com/allegroai/clearml/issues/510 ), could anyone provide some quick workaround?...
3 years ago
Hi guys, So, the docker-compose available here: https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_linux_mac Deploys all clearml stack? inclu...
3 years ago
Hi all. I have a general question regarding the logging mechanism. Using https://github.com/allegroai/clearml/blob/master/examples/frameworks/tensorflow/tens...
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
When starting a training I keep seeing these messages: clearml.model - INFO - Selected model id: 7bd69df73653400197a2ddb438b2a046 Also under artifacts > inpu...
3 years ago
Hi, in a subproject, would it be possible to hide the parent project if it is empty?
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, 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
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
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
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
Hi! Do anyone have problems with access to clear ml website?
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! 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...
4 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...
4 years ago
Hi, is it possible to pass temporary IAM role to the web app could access?
4 years ago