Hi people, are there any other good options to view a csv table on the ClearML UI other then the artifacts preview?
4 years ago
Hi, I would like to pass in some pip arguments that clearml-agent would include when setting up the venv on the containers. How should I specify this? The ar...
4 years ago
Hey there, I would like to increase the ulimit for the number of files opened at the same time in a ec2 instance. According to this https://stackoverflow.com...
4 years ago
https://github.com/allegroai/clearml/blob/master/examples/optimization/hyper-parameter-optimization/base_template_keras_simple.py Hi, I am running this code ...
4 years ago
Hi, I am looking to upload "already trained models" as experiments in my ClearML Server. How should I go about doing that? ClearML picks up the Tensorboard a...
4 years ago
Hi, we are running on disconnected on prem with a k8s glue. When a pod is spawned, we noted that an apt-get command is performed on the pod. SHort of changin...
4 years ago
Hi! I have a question concerning dynamic environment variables. I managed to create some env variables from the apiserver.conf and now I would like to set so...
4 years ago
Hello everyone, I have a question about SSH/credentials: Let's say I have multiple users / multiple ssh credentials that I do not want to share with the clea...
4 years ago
hey, I have a question: I got the following message: trains_agent: ERROR: Failed getting token (error 401 from http://192.168.40.210:8008 ): Unauthorized (in...
4 years ago
I have a notebook which is uncommited. It is being run on a remote machine with clearml-agent through clearml-session. Everything with newest versions, serve...
4 years ago
I wonder if there is a way to setup Task such that it would raise an error if the env where execution happens is not configured to track things on our custom...
4 years ago
Hello guys 🙂 I have a question about parameters & Controller. From a Controller instance I would like to clone a task, and set some update parameters with s...
4 years ago
Feature request: group series in the Plots section like in the Scalars section. I'd like to group PR curves from different iterations. That's it 🙂
4 years ago
Hi all, I am getting a bunch of this kind of log messages "clearml.storage - INFO - Starting upload: /tmp/.clearml.upload_model_6ou50pb1.tmp =>" I am pretty ...
4 years ago
multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/usr/lib/python3.6/multiprocessing/pool.py", line 119, in worker result = ...
4 years ago
Fyi: Conda installation of PyTorch is broken again. My old tasks which worked before now fail since they do not find torch. However, I can see in the executi...
4 years ago
Hi! I deployed clearml server along with jupyterhub on Azure K8s (AKS). The way it works is that every user is assigned a new pod that is spawned with a dock...
4 years ago
Hey, I see this in between my training epochs, what could be causing this? Because I see no affect of the following INFO on the training or reporting to Clea...
4 years ago
Hello! I have started a reddit discussion that is gaining some momentum: https://www.reddit.com/r/MachineLearning/comments/mfca0p/d_whats_the_simplest_most_l...
4 years ago
Hey! I'm trying to play with the clearml-session , I started it on an existing queue in my hosted environment, and I see the task running without any errors....
4 years ago
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
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, 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
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