Hi everyone. If I edit a file in configuration objects in clearML UI, will the new parameters be injected in my code when I run this?
2 years ago
Hi everyone! I use ClearML in Airflow Task. When I'm trying to init a ClearML Task, it dies without errors in logs. The credentials are correct. Airflow work...
2 years ago
Hi, is there a possibility to use one GPU card with 2 agents concurrently (there are tasks that need only fraction of a card)
2 years ago
Is there a way to deploy it without using Kind? seems that Kind taking over the control-plane configuration in a way i can't see the other pods or nodes that...
2 years ago
Hello. When I use https://clear.ml/docs/latest/docs/references/sdk/model_outputmodel#update_weights_package with an S3 upload_uri, ClearML uploads a file cal...
2 years ago
How do I get username from my account login? I am trying to login on my self hosted solution but that requires a usernme password. So wondering what is the u...
2 years ago
dikshagohlyan@DIKSHAs-MBP ~ % python3 -c 'import bcrypt,base64; print(base64.b64encode(bcrypt.hashpw("pleasechange".encode(), bcrypt.gensalt())))' Traceback ...
2 years ago
hello, i am trying to run clearml-agent on google colab, and i want to setup aws s3 key-secret. i cannot find ~/clearml.conf on google colab. where actually ...
2 years ago
I am using pipeline from decorators. In the pipeline, there is a training step that returns a model (I want this model to also be uploaded as an artifact on ...
2 years ago
Hi all! Having a bit of an ssh issue, basically I'm running the clearml k8s-glue agent in a pod in k8s, which happily spins up new pods on a managed node gro...
2 years ago
hello everyone, thanks for this product 💥 A question regarding the enterprise version, can we be able to visualise video data, and create new datasets from ...
2 years ago
Hello everyone, quick question: How can I specify that I want to run my task with python -O flag remotely?
2 years ago
I have a training task that auto-magically saves a model for me to GCS task = Task.init( project_name=project_name, task_name=f"Image classification training...
2 years ago
Hi there, I have a batch prediction Task that load a model published on ClearML. input_model = InputModel(model_id=model_id) model_path = input_model.get_loc...
2 years ago
hi, Is there a way to put scalars on the same plot? For example: I train a model using pytorch-lightning and the ClearML logger automatically logs both train...
2 years ago
hello, I'm trying to run HPO locally. I created an optimizer task and it create sub tasks for some combination of parameters, but all subtasks are stuck in p...
2 years ago
Hi all. I'm passing a nested dictionary in task.connect(). When I assign a decimal value to a parameter using DiscreteParameterRange() inside optimizer scrip...
2 years ago
Hello. I have an issue in regards to a task that I run as a service ( should always run). I run the ClearML server and agents in kubernetes. I think this is ...
2 years ago
Hello everyone ! I am solving the following case: Let's say we have a train.py which imports augmentations from augmentations.py (f rom augmentations import ...
2 years ago
Hey! i was trying to use my minio instance for artifacts storage but there is not way of making it work. Maybe i am missing something. This is my clearml.con...
2 years ago
Hi there! Is there an easy way to retrieve the site-package directory that was created by an agent from inside a task? Eg. task = Task.init(...) task.add_req...
2 years ago
Hi everyone! I'm trying to host the ClearML Server on an VM on OCI, but i'm having some trouble. I'm using the always free VM.Standard.A1.Flex arm64 Ubuntu 2...
2 years ago
We have configured the AWS credentials in the remote worker's clearml.conf , but they are not available to third parties that use e.g. AWS_ACCESS_KEY . Is th...
2 years ago
I'm evaluating using ClearML from a language other than Python, so I am playing with the REST API. I managed to call auth.login to get an auth token. Now I'm...
2 years ago
Hi everyone Trying to leverage https://clear.ml/docs/latest/docs/pipelines/pipelines_sdk_tasks/#parameter_override in clearml pipelines. I can see that it ki...
2 years ago
Hi again everybody, is there a way to cache the docker containers used by the agents? as far as i understood every time it spawns a new container with a shar...
2 years ago
Hi clearml 🙂 , I wanted to ask you a simple question about the clearml.conf . What is the most " pythonic " way to parse clearml.conf ? I am built an applic...
2 years ago
Hello all, thanks for this really cool software and community! I have a question on importing local modules when using the Pipelines from Decorators. Startin...
2 years ago