machrisaa / tensorflow-vgg

VGG19 and VGG16 on Tensorflow
2.21k stars 1.08k forks source link

Organize the project as Python package #9

Closed kklemon closed 7 years ago

kklemon commented 8 years ago

It would be really nice if the repo/project would be organized as an ordinary Python package so it could be installed and used globally more easily. Currently this is a bit difficult, especially when you work in environments when it's not so easy to setup custom modules likes it's often applies in ML.

Update: check my fork which I have organized as package. If you satisfied with that, I could open a pull request.