Hi, I am trying to run cleaml server locally and when finding about web login authentication I was not able to set it up correctly. can you please tell me th...
3 years ago
I have a problem with clearml-agent, the agent is cloning repository, but when executing this command: shutil.copytree(Text(cached_repo_path), Text(clone_fol...
3 years ago
hi guys, is there a way to timeout (from clearml) a task if that running too long?
2 years ago
Hi, trying to report a matplotlib figure with report_interactive=True . Whenever I add annotations to the plot, it’s reporting it to the debug samples sectio...
2 years ago
Is it possible to have clearml launch aws instances to run clearml-agent , execute jobs and then shutdown after the jobs have been completed? I have two rele...
4 years ago
Hi all, I'm wondering if I could use clearml agent to use multiple machines in a self-hosted server in Windows.
one year ago
Hi! Can someone show me an example of how PipelineController.create_draft works? I'm trying to create a template of a pipeline to run it later but I can't ge...
3 years ago
Not very important, but small suggestion for the web UI: under the QUEUES tab, in the queues wait time graph, would it be possible to switch from seconds to ...
3 years ago
I’m trying to get the meta-information about the code (section execution) to be auto-filled, however when I run the script with the pycharm testrunner, it is...
3 years ago
When we run a task on GPU, we can access GPU monitoring. But can we access it from code? Usecase is: when we see that there is enough resources for some task...
2 years ago
Hi all, Can StorageManager delete uploaded files?
2 years ago
Hello, I'm confused about the best way to use a docker container to manage the environment for experiments. I've gone through some of the tutorials running i...
one year ago
Hi all, We are customizing the clearml-web UI. I would like to limit the tasks that can be viewed by each user. I want to get tasks with tasks.get_all_ex, Ca...
2 years ago
Hi, I am getting this error when using the aws auto_scaler service (with the PRO version): Traceback (most recent call last): File "/root/.clearml/venvs-buil...
3 years ago
Hi, I am using optuna for multi objective hyperparameter optimization. Currently it seems that existing optuna.py only supports single objective optimization...
3 years ago
Hello folks, we’re a research organisation and do want to evaluate the Pro features. Is there any way we could get that enabled in the SaaS for us? I do not ...
3 years ago
Hi, 1) How can I know from eyeballing the dashboard which project is Dataset and which is code? 2) How can I know which Dataset a particular code was using? ...
3 years ago
We're running into errors such as this: Action failed <500/0: tasks.add_or_update_artifacts/v2.10 (Update failed (BSONObj size: 18564134 (0x11B4426) is inval...
3 years ago
Hi All Is there any way we can skip the cloning of the repository again and again?
2 years ago
Hi, What is the ETA for clearml-server 1.3?
3 years ago
What is the best way to run Jupyter notebook tasks on a remote machine? When running the task locally and clone it - it seems like it's converting it into a ...
3 years ago
Hello! I am wondering if someone has run in to a similar issue to this. I set up a new agent (pip mode) and one of my users set up their repo with poetry. It...
2 years ago
Hi, I am trying clearml-serving with auto-update and Triton via clearml-serving --id e79ede664316482798a315bd5962daad model auto-update --engine triton --end...
3 years ago
Hi everyone, Does ClearML preview *.txt files? I uploaded about 2GB files and want to share it to others and make sure they can preview them. Please help!
one year ago
Hey guys! I'm trying to retrieve a tile of an image ( ndarray ) in my pipeline with: my_tile = image[ tile[0]:tile[1], tile[2]:tile[3], ]But the pipeline rep...
3 years ago
Hey everyone - i’m trying to run trains on an AWS Lambda function. to purpose is just to query my trains agent for some stats [# of experiments, workers, etc...
5 years ago
Hi. is there a way to make hyperparameters/any part form become a dropdown list when in Draft mode on ClearML UI? like we want set using UI but limited optio...
3 years ago
Hello. I have a very basic question. I'm still exploring ClearML to see if it fits our needs. I have taken a look at the WebUI, and I am confused about what ...
4 years ago