Good evening! for agent work Please tell me if it is possible to specify the location of requirements.txt in tack.init(), because I have correctly identified...
3 years ago
Good evening again)) tell me please, does the agent always create a virtual environment? is it possible to make the agent run the script in an already prepar...
3 years ago
I’m trying to get a copy of a model through ClearML which is stored in S3: from clearml import Model models = Model.query_models(project_name="example_projec...
3 years ago
Hi all. I've been mistakenly using connect_configuration instead of set_parameters on the Task object, and, as I found out, I cannot use any of the configura...
3 years ago
Hi all, do the versions of clearml and clearml-server have to have some relationship, or can they be any? If I have clearml 1.1 and clearml-server 1.4 (or vi...
3 years ago
How can I configure clearml Python logging, e.g., add a custom handler with my formatter? Currently, the output is unformatted… ClearML Task: created new tas...
3 years ago
Is there a way to retrieve the debug samples logged by ClearML (or at least retrieve their s3 links) via the python API?
3 years ago
Hi, Is there any manifest for the relevant polices needed for the AWS account (if we are using autoscaling)? Also, Is there a way to use Github deploy key in...
3 years ago
Hello I was trying to download the task log using API in Python I'm using client.events.download_task_log(task="task_id_string") but for some reason I always...
3 years ago
hey. I want to run task remotely, but neither the clearml server nor worker can clone the repository with training code (they dont have access). can i someho...
3 years ago
Proper way to upload artifacts Good day to all. I am running a pytorch lightning notebook with ClearML integration. As was advised in lightning example just ...
3 years ago
Running this code from inside a docker container locally: models = Model.query_models(project_name="foo-project-name", tags=target_tags, only_published=True)...
3 years ago
Hi, Is there a way to forbid uploading datasets into fileserver or to make s3 storage a default location for datasets? As far as I know, the only way to uplo...
3 years ago
upload_artifact not working with minio I have a minio server integrated with ClearML and it works fine for storing jupyter notebooks on minio but I can not s...
3 years ago
logger.report_image and logger.report_matplotlib_figure not working I get a positive response from SDK call (see the screenshot) but the images/figures do no...
3 years ago
Hi folks, I did a deployment of ClearML using the K8s helm chart, and I set the agent using K8s Glue. I run a task locally, and I went to the UI cloned the e...
3 years ago
hey. is it possible to keep docker container once job finished/failed? I see in logs that "--rm" is passed to "docker run". Is it possible to avoid it?
3 years ago
ok, I faced quite funny issue. sorry for spamming in this chat, but i am just ramping up with ClearML and its a bit turbulent.. Issue (as I understand it) is...
3 years ago
Hi everyone, Is there a way to increase the cache size of each ClearML task? I'm running an experiment and many artifacts are downloaded. My dataloader fails...
3 years ago
Hi all, we are using MLFlow now. Would it be explain the aspects where ClearML is better than MlFlow?
3 years ago
Hi all! I am trying to run the notebook from the remote server using AWS. It seems like I successfully installed clearML using !pip install clearml command, ...
3 years ago
Hi, A google update led to breaking Tensorflow versions. This requires to downgrade protobuf to <=3.20.1. Is there a way to make the agent ignore installatio...
3 years ago
Hi, I am trying to run the same script on the remote machine. I successfully installed clearml agent and initialized it on the remote server. Then I ran clea...
3 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 ClearML team! Im exploring the option to install ClearML on Kubernetes and take advantage of more features ClearML offer and i have few questions: Do i ne...
3 years ago
Hi. I get some problem with clearml agent. I start training on my local device, clone run, and start this run in docker on cluster. But, seems like clearml a...
3 years ago
Hi there, I am trying to export the ClearML task data and perform some analysis on them. The way I do it is as follows: from clearml.backend_api.session.clie...
3 years ago
Hi, on clearml-server 1.5.0, in scalar graphs, the new default value is “Show closest data on hover”. Would it be possible to make it automatically set to “C...
3 years ago
Hi, I am having problem with ClearML running on our private server. This error occured on older version on clearML and server. now after update and purge of ...
3 years ago