Hi, i am trying to understand clearml-data and only found this piece of article explaining it. https://github.com/allegroai/clearml/blob/master/docs/datasets...
4 years ago
hey i use the clearml-agent. In the code I have the two lines I need. When I run the program it shows that my program is running on the Demo Trains page. But...
4 years ago
Hi, just to check. Does the k8s glue install torch by default? I'm getting Warning: could not resolve python wheel replacement for torch==1.8.0 even though i...
4 years ago
Found this placeholder project on pypi: https://pypi.org/project/clearml-serving/ Should we expect some good news from Allegro team soon? 😃
4 years ago
Hi I have a question: I have 2 python scripts: the first python script is running the 2. The imports in the first script are working. But when I run the prog...
4 years ago
Hi I have another question: I run the following line with allegro: assert os.path.exists("path") This path does not exist. How is it possible to have access ...
4 years ago
Hi, I try to optimize my hyperparamters with HyperParameterOptimizer but I have to main problems. It don't find my hyperparameters in my learning. I use Args...
4 years ago
I am using tasks = Task.get_tasks(project_name='project', task_name='partial_task_name_here') to retrieve my experiments metadata for analysis. I want to exp...
4 years ago
Hi, Is there a way to log OmegaConf configuration with resolve=False ? So I won't have to remember and change all of my variable interpolation.
4 years ago
Hi, i am trying to use clearml-data to upload my data to S3, which is password protected. How should i indicate the credentials after i set --storage s3://.....
4 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
Hi, what's storage ClearML is using? I am considering self-host clearML on a Cloud machine, while separated the data storage with our own machine (reduce net...
4 years ago
Good morning, I'm wondering if someone has any advice/experience configuring clearml-agent to include private packages from AWS Codeartifact? So far I know I...
4 years ago
Hi, how can I download / access artifacts that were uploaded with Task. upload_artifact ? I mean access via code and not via ClearML UI. I am aware that I ca...
4 years ago
Hello. I have several questions regarding the pipeline components of ClearML. I have read the docs, but I still don't have a clear picture of the interplay b...
4 years ago
Hi all, I'm trying to upgrade clearml-server but I keep getting permission errors from the elastic search container: clearml-elastic | ElasticsearchException...
4 years ago
Hi, how can I query on plots and log added for a specific task programmatically? (as in, besides the ClearML UI and asumming I have its Task ID)
4 years ago
hey, using k8s with trains 0.16.1-320, all of a sudden the entire data (i.e experiments, tasks, API creds) is not showing in the UI anymore. All logs seems t...
4 years ago
Hello! I am trying to play around with the platform in order to gain some understanding of it. I am using this example: https://github.com/allegroai/clearml/...
4 years ago
Hello, if I set export CLEARML_FILES_HOST=" https://files.community.clear.ml " and execute a script that should store models, should I expect to see them dow...
4 years ago
Hi. After upgrading ClearML to latest version, got this error from my pipeline (Windows10, configured and running TensorflowOD for TF 2.3.): File "C:\Users\S...
4 years ago
hey, how can I add a private key in order to let the clearml agent to clone from a private git repository?
4 years ago
Hi, I was uploading an image artifact using the following but in the preview I only get an array instead of an image. Am I doing something wrong? im=cv2.imre...
4 years ago
Just wondering, why aren't you guys getting yourselves known in GTC?
4 years ago
I'm using the following template (which defaultly use Weights & Biases) https://github.com/ashleve/lightning-hydra-template
4 years ago
Hello everyone, where does the clearml-services agent come from? Are experiments executed directly on the server? Or did I start it somehow and forgot it? If...
4 years ago
Hi, how can I check if my clearml-agent is running probably? I setup a local server to test, but seems it does not pick up any job. In the UI, I saw the new ...
4 years ago
Hi, I am considering making automated backups of my clearml-server using Amazon EBS snapshots. Should I be concerned with the same problem described here > h...
4 years ago
Hi everyone, I'm trying to launch a ClearML task with AWS Lambda. What I'd like to do is simply to use Task.create() to launch a task that will be executed r...
4 years ago
Hello everyone, I have a question about clearml-agent + ssh. I have valid ssh credentials in ~/.ssh but no .ssh/known_hosts yet. My clearml-agent fails to ex...
4 years ago