I'm publishing the model artifact after the tensorflow model is saved. But in the UI, the download button is grayed out. And get_local_copy() doesn't seem to...
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 all, Anyone also have issues with the Logger hang the whole task?? or doesn’t upload the reported images and scalers? I got many tasks that were just hang...
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
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
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
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
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
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
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
Hi, Is it possible to re-use task-id, but keep the old execution tab ? (git diff specifically).
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 delete tags?
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, 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. Seeing a strange error when trying to install a private python package when the agent executes the task. We use AWS CodeArtifact as the private PyPi rep...
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, 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
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, I'm using ClearML over AWS and I can see that my ec2 instance disk space is filling up really fast. I first started with 100GB disk space and once it fil...
3 years ago
Hi Community, We are having an issue connecting our clearml server via code When I connect via a web browser - there is no problem . When trying to connect v...
3 years ago
Hey, I’ve deployed ClearML on k8s with the helm charts in repo “allegroai/clearml-helm-charts”. Is there a way to bind all logs from tasks running on the age...
3 years ago
I'm trying to understand how clearml serving works and trying to set it up. I have an agent listening to the serving queue and I'm trying to set up clearml s...
3 years ago
Hello, I have two experiments having the same plot with the same x values. When I compare these two experiments, the plots are drawn next to each other (see ...
3 years ago
Hi! Which method is used to delete OutputModel from the storage? https://clear.ml/docs/latest/docs/references/sdk/model_outputmodel/
3 years ago
Hello clearml community, does anyone have an idea how I could integrate/manager CARLA ( https://carla.org/ ) simulator servers with clearml? Usually, I just ...
3 years ago
Is there a place in web UI to find all Models I created?
3 years ago
Is there any documentation for StorageHelper class?
3 years ago
Hi! quick question. Can i use the UI to search for an artifact by ID?
3 years ago
I'd been following the clearml serving example on its Github repo here. It basically deploys a keras mnist model. The tutorial however ends once the model is...
3 years ago