wchunming / tensorflow-vgg

Re-implementation of VGG Network in tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tensorflow-vgg

Re-implementation of VGG Network in tensorflow

setup

pip install pyyaml skimage skdata tensorflow-gpu

training

python train_model_simple.py experiment.yaml

training on multiple gpus

python train_model_parallel.py experiment.yaml

prediction

python predict.py dog.jpg

About

Re-implementation of VGG Network in tensorflow

License:MIT License


Languages

Language:Jupyter Notebook 88.1%Language:Python 11.9%