Docker image for fast_neural_style exmaple with Pytorch
252
This is an image based on https://github.com/pytorch/examples/tree/master/fast_neural_style.
When container is up, model is served on flask server (0.0.0.0:5000)
[Note]
$ docker pull weishancc/fast_neural_style:latest
$ docker run -it \
--runtime=nvidia \
--name fst \
--network=host \
weishancc/fast_neural_style:latest
POST request
http://YOUR_IP:5000/mosaic
application/json {"image": IMAGE_URL}
Content type
Image
Digest
Size
1.4 GB
Last updated
over 5 years ago
docker pull weishancc/fast_neural_style