quick question about the cleanup service: one argument is cleanup_period_in_days , another is run_as_service . If the latter is false, it should only run onc...
4 years ago
Kudos JuicyFox94 on the effort! If we could clone you and reproduce you as easily as we do to our experiments... βΈοΈ π
https://twitter.com/lstmeow/status/135...
4 years ago
Step 3 Task ( https://github.com/allegroai/trains/blob/master/examples/pipeline/step3_train_model.py ) - Loads the processed data (from Step 2) and clearml a...
4 years ago
Hello, I'm really enjoying the ClearML experience and we're using it very successfully at work. I have a small question though: I'm trying to set the "file_h...
4 years ago
One of you (name is safe and sound with me π ) realised that the new name, ClearML, reminded him of some other family of products. He designed an alternativ...
4 years ago
Hello, we are currently working on a hyperparameter tuning job for object detection following this tutorial https://allegro.ai/docs/examples/frameworks/pytor...
4 years ago
Do we get workers in the http://app.community.clear.ml servers ?
4 years ago
Hi, in the AWS AutoScaler, I am getting the following warning: Warning! exception occurred: APIError: code 400/1004: Worker is not registered: worker=aws:A10...
4 years ago
I am using pytorch lightning with ddp accelerator on 4 gpus, and I found every checkpoint is recorded 4 times on web UI with different ids. One is on default...
4 years ago
Hi, when I use the slack monitoring service it creates a link with task.get_output_log_web_page() However, this gives something like http://apiserver:8080/pr...
4 years ago
Can I import a tensorboard file straight to the clearml UI?
4 years ago
So the around app is also from ClearML? :shocked_face_with_exploding_head:
4 years ago
Is there a recommended way to deal with ClearML in Continuous Integration pipelines? I have an integration test running in the CI, but now it writes to the p...
4 years ago
Does AWS AMI still contain an old trains server instead of updated clearml?
4 years ago
Hi, is there any example which demonstrates a typical workflow of model handling? Especially, I would like to know how to specify and download a model, which...
4 years ago
Hi, are the experiments logs stored in s3 or in the trains-server? (When using s3 as artifact storage)
4 years ago
I have alot of pending tasks, how can I set them as done one I consider them finished?
4 years ago
whats the main difference between creating a task and using init?
4 years ago
Hi everybody. I have setup clearml with some agents that execute experiments in docker mode. This is working perfectly. I am now also trying to use the pycha...
4 years ago
Hi, there is a bug with get_logger here: https://github.com/allegroai/clearml/blob/master/clearml/debugging/log.py#L111 I got to it through the screenshot. I...
4 years ago
Hey, is there a way to disable going to the demo server not from the env variable? from code or something.
4 years ago
what is the series parameter of the Logger class functions for?
4 years ago
I saw a guide on setting up clearml server in kubernetes. https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_kubernetes.html . However, i ...
4 years ago
Hi there, would it be possible to add some Neural Architecture Search example, as for the HyperParameter Optimizer examples?
4 years ago
Hi, I would like to create backups of my trains-server periodically. I was thinking about creating a service task under the devops project. The backup task w...
4 years ago
Hi! Thanks for this awesome tool π I wanted to know if there was a way of specifying the output_uri depending on whether I'm running on GCP or in my local s...
4 years ago
Hi, i’m currently running clearml with pytorch and everytime i run into torch.load(os.path.join(root, self.feat_pt))there’ll be a message: Task connect, seco...
4 years ago
Another problem is that when using mp.spawn to init distributed training in pytorch, Task.current_task().get_logger() on worker process will throw 'NoneType'...
4 years ago
Hi, I'm running the latest clearml server on aws for a week now and I regularily run into the "Fetch Experiments failed". I can't really find any more inform...
4 years ago
Hi all! Currently I am trying to create a tool that can perform certain operations on dataset ids, this is a skeleton of what I have in mind (based on the ex...
4 years ago