neural-style-docker
neural-style-docker copied to clipboard
Remove numpy dependencies
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.