Skip to content

Commit

Permalink
Fix a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LiyouZhou committed Aug 19, 2018
1 parent 586ffc4 commit dd0361e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def run():
helper.maybe_download_pretrained_vgg(data_dir)

with tf.Session() as sess:
# TODO: Build NN using load_vgg, layers, and optimize function
# Build NN using load_vgg, layers, and optimize function
input_image, keep_prob, layer3_out, layer4_out, layer7_out = load_vgg(sess, vgg_path)
layers_output = layers(layer3_out, layer4_out, layer7_out, num_classes)

Expand Down

0 comments on commit dd0361e

Please sign in to comment.