=> Will Restore:
=> <tf.Variable 'conv1_1/weights:0' shape=(3, 3, 3, 64) dtype=float32_ref>
=> <tf.Variable 'conv1_1/biases:0' shape=(64,) dtype=float32_ref>
=> <tf.Variable 'conv1_2/weights:0' shape=(3, 3, 64, 64) dtype=float32_ref>
=> <tf.Variable 'conv1_2/biases:0' shape=(64,) dtype=float32_ref>
=> <tf.Variable 'conv2_1/weights:0' shape=(3, 3, 64, 128) dtype=float32_ref>
=> <tf.Variable 'conv2_1/biases:0' shape=(128,) dtype=float32_ref>
=> <tf.Variable 'conv2_2/weights:0' shape=(3, 3, 128, 128) dtype=float32_ref>
=> <tf.Variable 'conv2_2/biases:0' shape=(128,) dtype=float32_ref>
=> <tf.Variable 'conv3_1/weights:0' shape=(3, 3, 128, 256) dtype=float32_ref>
=> <tf.Variable 'conv3_1/biases:0' shape=(256,) dtype=float32_ref>
=> <tf.Variable 'conv3_2/weights:0' shape=(3, 3, 256, 256) dtype=float32_ref>
=> <tf.Variable 'conv3_2/biases:0' shape=(256,) dtype=float32_ref>
=> <tf.Variable 'conv3_3/weights:0' shape=(3, 3, 256, 256) dtype=float32_ref>
=> <tf.Variable 'conv3_3/biases:0' shape=(256,) dtype=float32_ref>
=> <tf.Variable 'conv4_1/weights:0' shape=(3, 3, 256, 512) dtype=float32_ref>
=> <tf.Variable 'conv4_1/biases:0' shape=(512,) dtype=float32_ref>
=> <tf.Variable 'conv4_2/weights:0' shape=(3, 3, 512, 512) dtype=float32_ref>
=> <tf.Variable 'conv4_2/biases:0' shape=(512,) dtype=float32_ref>
=> <tf.Variable 'conv4_3/weights:0' shape=(3, 3, 512, 512) dtype=float32_ref>
=> <tf.Variable 'conv4_3/biases:0' shape=(512,) dtype=float32_ref>
=> <tf.Variable 'conv5_1/weights:0' shape=(3, 3, 512, 512) dtype=float32_ref>
=> <tf.Variable 'conv5_1/biases:0' shape=(512,) dtype=float32_ref>
=> <tf.Variable 'conv5_2/weights:0' shape=(3, 3, 512, 512) dtype=float32_ref>
=> <tf.Variable 'conv5_2/biases:0' shape=(512,) dtype=float32_ref>
=> <tf.Variable 'conv5_3/weights:0' shape=(3, 3, 512, 512) dtype=float32_ref>
=> <tf.Variable 'conv5_3/biases:0' shape=(512,) dtype=float32_ref>
=> Will train:
=> <tf.Variable 'fc6/weights:0' shape=(25088, 4096) dtype=float32_ref>
=> <tf.Variable 'fc6/biases:0' shape=(4096,) dtype=float32_ref>
=> <tf.Variable 'fc7/weights:0' shape=(4096, 4096) dtype=float32_ref>
=> <tf.Variable 'fc7/biases:0' shape=(4096,) dtype=float32_ref>
=> <tf.Variable 'fc8/weights:0' shape=(4096, 2) dtype=float32_ref>
=> <tf.Variable 'fc8/biases:0' shape=(2,) dtype=float32_ref>
=> Learningrate: 0.0050
=> Batchsize: 32
=> Dropout: 0.0000
##################################
=> Restoring weights from numpy file: ./weights/vgg16.npy
2017-10-05 00:45:39.343350 Epoch number: 1