Hey there, I see that in the autoscaler configuration, the queues param accept dictionaries with values of type list of lists (see eg below.) What does it me...
4 years ago
hey while trying to upload a (~14 gb) dataset, we get the following error:
2 years ago
Hey, I moved my trains-server to another machine, zipping the /opt/trains/data folder as described in the docs https://allegro.ai/docs/deploying_trains/train...
5 years ago
Hi everyone, just started using ClearML and looking for a possibility to run pipelines locally. The https://clear.ml/docs/latest/docs/references/sdk/automati...
4 years ago
For those using ClearML for model storage - do you use it just for storing checkpoints during training, or do you also use it as a canonical storage location...
4 years ago
Can we use S3 buckets to cache environments?
3 years ago
Hello, I want to set up clean up services for our a self-hosted clearml (I used AWS AMI to spin up a server). On what machine is it best practice to run the ...
2 years ago
[Caching of environment and storage when using AWS auto scaler] First off : We are aiming to set up ClearML for large-scale DL training for multiple projects...
3 years ago
In the case where I'm passing a schedule_fn to add_task in a TaskScheduler, how do I pass the function arguments?
3 years ago
Is there anyway to change the workspace owner in the free tier of the hosted web app? I signed up for the free tier, invited two of my colleagues and we now ...
3 months ago
i am seeing issue when running a script with command as python -m test.scripts.script to be scheduled as task in trains. Trains doesn't pickup the last scrip...
5 years ago
in UI under execution tab, i see that the trains has script path listed as -m test.scripts
5 years ago
Hi, I have an issue when running a pipeline controller remotely in docker. Basically I have a module that reads a config file into a dict and calls the pipel...
2 years ago
Hi guys, what is the correct channel to do a technical question?
4 years ago
Hi, can i default a docker image when running a pipeline? I currently set it as pipe = PipelineController(...) pipe.task.setbase_docker("ubuntu:20:04") pipe....
3 years ago
Hi, how I can to control on the notifications mode? I got many warnings, like: 2021-01-07 16:02:07,939 - clearml.metrics - WARNING - cannot write mode RGBA a...
4 years ago
Hi, I've been getting the following error when running training code through an agent, RuntimeError: CUDA error: no kernel image is available for execution o...
2 years ago
I’ve played around with ClearML Data and spotted sth weird Basically, I’ve created 3 datasets #1 have 9444 files added to #2 has #1 as parent and I’ve added ...
4 years ago
Hi - you're all welcome to join for updates concerning the ClearML SaaS Free/Pro Service
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
Hiya guys, a few quick questions The clearML server (not the self-hosted one), is there somewhere I can read the ToS that might answer the following question...
one year ago
Is there a way to set default "customizable column"? I want to removed the "started" column and add "description" as default.
4 years ago
Hi, I am using clearml on a new server, and Task.init() crashes when I run it from (remote) pycharm but ok when I run from a commandline. Running on remote p...
3 years ago
Hi, I’m trying to minimize startup time for my training tasks, I’ve set docker_install_opencv_libs: false what else can I do?
3 years ago
Hi there. I'm trying to switch pipeline code from a local run using PipelineDecorator.run_locally()to a slightly-less-local run using PipelineDecorator.set_d...
3 years ago
Hi, I have a file on azure blob, which will be a parent for some experiments, which in every one of them I will manipulate the orig file. now I want to creat...
4 years ago
Is there any difference in: args = task.connect(args)vs task.connect(args)I've seen both in the documentation
4 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