albarji / neural-style-docker

A dockerized version of neural style transfer algorithms
MIT License
112 stars 34 forks source link

Remove numpy dependencies #28

Open albarji opened 5 years ago

albarji commented 5 years ago

Numpy is used only for the functions linspace and prod, but installing it requires quite a few packages that make the docker image heavier. The project could benefit from replacing these functions by pure python code.