Hello, I'm running a ML training using PipelineDecorator . And It seems to be logging every model update (each epoch til over 100). The time for uploading th...
3 years ago
Hi Everyone, How do i change the default value for agent.default_docker.image that is being used ?
3 years ago
Hi, I am using MinIO to save my files. and recently I have encountered an issue with downloading the artifacts, with compressed csv files (test_prediction_df...
3 years ago
Hi, I've added external links to the a dataset In the UI I can see that the dataset has the property of Link count with the correct number. But where can I s...
3 years ago
Hi, I'm trying to save artifacts in a folder using command res= Task.current_task().upload_artifact('raw_data', artifact_object=os.path.join(save_dir)) but i...
3 years ago
In order for a new worker to come online in my k8 cluster, do I need to have an EC2 startup script init the agent/config, and then start the daemon? Do I hav...
3 years ago
Hey, can you give an example of API post request for tasks.clone or tasks.edit_hyper_params I’ve tried: resp = session.post( API_SERVER + "/tasks.clone", dat...
3 years ago
Hi guys, hope you're doing well. I have a simple question: my workspace reached it's storage quota. Is it possible to free space? I have already deleted a lo...
3 years ago
Hi, I'm running Dataset.list_datasets() (Version: 1.6.4) and I can't see all the Datasets that I see in the GUI. Any suggestions?
3 years ago
Hi everyone, just a simple question what does a ClearML Task count as an iteration? Is it the number of logs I’ve done?
3 years ago
Hi, I am using spot instances (launched by auto-scaler PRO service), but I see that sometimes the instance is suddenly terminated and the task status is stil...
3 years ago
hi, I am running a pipeline from decorators. the pipeline runs fine. Then I try to clone it by clicking the (successful) run and launching. The pipeline fail...
3 years ago
Hi, I have a question regarding the Dataset UI (chart helm version 4.1.3 )- WebApp: 1.6.0-213 • Server: 1.6.0-213 • API: 2.20. In order to create a Dataset y...
3 years ago
hi everyone, two questions: 1- How does clearml figures out the environment? for example in my env I have this qiskit 0.37.2 qiskit-aer 0.10.4 qiskit-experim...
3 years ago
or is it just the ubuntu official image https://github.com/allegroai/clearml-helm-charts/blob/main/charts/clearml-agent/values.yaml#L59
3 years ago
Also is this the image that is used for experiments? https://github.com/allegroai/clearml-helm-charts/blob/main/charts/clearml-agent/values.yaml#L38-L39
3 years ago
Yesterday I executed an experiment in our hosted clearML cluster. After the experiment was finished, we got an AWS guard duty notification about suspicious o...
3 years ago
Hi everyone, I have a bit of a vague problem. My code used to work fine but all of a sudden it broke down. When I run an experiment now, it just stops execut...
3 years ago
Hi everyone, I'm using the https://api.clear.ml/ server and ran a bunch of experiments using hydra multirun (sequential runs). Many of these experiments appe...
3 years ago
In my requirement.txt file I have modules installed from the same repository, i.e., I have lines such as: -e ../../nomagiclib/algorithmsTask.add_requirements...
3 years ago
Hi all, I would like to put table with url links and image thumnails. I was able to get url as hyper link however I couldn't get thumnails. Any idea? My code...
3 years ago
probably there is a dangling symlink in the repo I am using
3 years ago
probably because of symlinks, which are present in the repo, do you have any suggestion on how to handle the symlinks?
3 years ago
I didnt know how to link with s3
3 years ago
I need your support to rgester modle munaly after uploding it on s3
3 years ago
Hi everyone, I am very new to ClearML. I would like to do a tutorial to gain practical experience with ClearML. I have seen that https://clear.ml/docs/latest...
3 years ago
hello everyone, I'm trying to do prepare a pipeline on clearml with my custom framework script that import and executes other scripts. However, when I write ...
3 years ago