hi, When running a training script from pycharm, it seems that clearml logs only those packages that are explicitly imported by my .py files; it seems to not...
4 years ago
HI, Could you provide an example of setting up sdk.storage.direct_access?
4 years ago
Hi, we recently upgraded clearml to 1.1.1-135 . 1.1.1 . 2.14. The task init is task=Task.init(project_name='myproject', task_name='mytask', output_uri=' s3:/...
4 years ago
More an internal utilities usage question - if I have a script (.py) can I use an utility that clearml uses to get the packages used by the script? Was looki...
4 years ago
Hi! Is there any reason why integer/float values are casted to string when connecting arguments dictionary to task and then retrieve them using task.get_para...
4 years ago
Having a problem using ClearML-Data. When I create dataset and get it later using ID, in same code file, it works normally. Now if I later try to get that da...
4 years ago
Hi, I'm on a machine that normally connects to storage using azure.identity.ManagedIdentityCredential . However, clearml seems to expect an account key. Is t...
4 years ago
I'm running a simple experiment (one training task, nothing else) and I'm getting a puzzling message. Any help deciphering that is appreciated. I'm pasting p...
4 years ago
Different question about warnings: I'm getting (infrequently) this warning, followed by my script hanging 2021-09-14 14:23:29,809 - clearml.Task - INFO - Wai...
4 years ago
Is it not possible to add artifacts to a completed task?
4 years ago
What determines the value of user? (see screenshot) Right now all my teammates' experiments show up under my own user name. Thanks
4 years ago
I keep facing this issue. I'm trying to set up my own clearml server using this tutorial. https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_serv...
4 years ago
Is there any similar functionality for the PipelineController class that resembles the behavior of task.execute_remotely() (no arguments supplied)? I mean ju...
4 years ago
After I have create a task and closed it in a notebook, any activity seems to trigger another task. For example:
4 years ago
Need some help with shell script for a task that is not running from what I can see: Have a apt-get install -y poppler-utils and I don’t see it being install...
4 years ago
Hi guys, just wondering if anyone encountered this error when using the pipeline controller object. I simply added a step with the step-name and base_task_id...
4 years ago
Hi, what would happen if you have different clearml-agents of different versions running? Would it have any adverse effects?
4 years ago
Hi I upgraded some of my k8s glue to use the latest clearml-agent 1.1.0 and receive this error when the agent pulls a task. Pulling task xxxbbbxxxbb launchin...
4 years ago
Hi! I need help debugging the following issue please. I'm training a CNN and plotting the confusion matrices for train and val in each epoch. When I get to e...
4 years ago
Hi, i have a future roadmap question on clearml-datasets. The current implementation works well for small datasets but its rather in effective for very large...
4 years ago
Hi all, I am having trouble using the StorageManager to upload files to GCP bucket. Do I need to pass bucket path as output_uri while calling Task.init ? Wit...
4 years ago
Hello, Is there some way to use clearml with "spawn" multiprocessing? By "spawn" multiprocessing I refer to: import multiprocessing as mp mp.set_start_method...
4 years ago
Hi, can I default the ClearML fileserver to a s3 path?
4 years ago
Hi, several changes occurred recently and i would like to know if there's a way to verbose catch all the printout that happening within a k8s glue spawned po...
4 years ago
Hi all, I am testing the new PipelineDecorator feature. Is there any way to automatically detect the Git repository in the pipeline step decorated with Pipel...
4 years ago
Hi, i notice a new behavuour with clearml-agent=1.1.0. When it is installing the packages i nrequirements.txt, it failed with. clearml_agent: ERROR: HTTPSCOn...
4 years ago
Hi guys, I'm loving ClearML so far now we can quickly train and deploy customer models 🚀 however, when prototyping models in a .py file it's quite annoying ...
4 years ago
Another thing that would be useful is to enable git clone via github personal access token as ssh config can be annoying when working in containerised env fo...
4 years ago
hi, I have a task which uses hydra for configuration. I want to add this taks to a pipeline, and pass the full hydra config objects to the task. is there a w...
4 years ago