gtntdev

Results 5 comments of gtntdev

A first version of the docker variant is available [here](https://github.com/gtntdev/backgroundremover). I added a first version of documentation in the README. My problem is with the image size (torch, torchvision and...

Hi @eevmanu , these two Dockerfiles basically do the same things, and they both produce images way to large. There is an approach to decrease the size: multi-stage building. E.g....

Same with me. I had to learn it the hard way, that installing these kind of images e.g. on a RPi is quite painful if they're not optimized. Just had...

Hi @nadermx , here is a [quick guide](https://docs.github.com/en/actions/publishing-packages/publishing-docker-images) to get you started. Actually you just need to create an api token for the repo and can leave out all the...

> I have the same problem and managed to work out what is not working, I hope this can help. > > My network is like the one in the...