• Patrick Wieschollek's avatar
    Change VGG19 example to tf.layers. (#832) · 1554550d
    Patrick Wieschollek authored
    * Change VGG19 example to tf.layers.
    
    As part of the transition towards tf.layers #291, #627 this is a
    rewrite. While The LinearWrap might need less lines, tf.layers are
    supported by TensorFlow. And the motivation of tensorpack is being
    a training framework.
    
    * cosmetic changes
    1554550d
load-vgg19.py 3.57 KB