Amir Mousavi
Amir Mousavi
**Is your feature request related to a problem? Please describe.** I have installed and started using this module for a product that I'm working on, and it works seamlessly and...
Hi there, I'm trying to test out the pre-trained model on a custom dataset, but I am unable to find the script that does that (Seems like `visualize_dataloader` is visualizing...
Hi there, I have been playing around with the streaming functionality, but I'm getting some weird behaviour. I have set `retry=3` so if `wsapp` terminates, it tries to reconnect up...
Hello. We have hosted our clearml-server on EC2, and the dashboard seems to work fine (UI wise). However, we have setup the loadbalancer, and the healthchecks pass for both `app`(port...
Just started playing around with this. I have a few plugins in the config file, so need to do that. Config file: ``` name: Deploy main branch on: push: branches:...
Hello. I have some helper functions that are shared acros the `preprocess.py` files, so I'd like to refactor them. However, I'm not sure where I can put them, and how...
Hey there, I just tried launching a new serving instance as our demands are growing. A few months ago I commited a change that resolved a [missing await](https://github.com/allegroai/clearml-serving/pull/55) allowing us...
Hi there, I have been working on deploying our inference pipeline on `clearml-serving` using the `docker-compose` approach. I've hashed out most of the issues thus far thanks to the community,...
Have been working on model ensemble, continuing conversations from https://github.com/allegroai/clearml-serving/issues/53, just thought it may be a better idea to create new issues for different things that I find along the...
Getting the following error when trying to deploy to ECS using docker-compose in the Kafka service: ``` Unable to canonicalize address clearml-serving-zookeeper:2181 because it's not resolvable ``` Wondering, why are...