machrisaa / tensorflow-vgg

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

When I first use this net,where should I spill the code in the "readme-usage" ? #81

Closed zizz1 closed 1 year ago

zizz1 commented 1 year ago

where should me spill this code?::: vgg = vgg16.Vgg16() vgg.build(images)

zizz1 commented 1 year ago

Well, I use pycharm to run this project. When you run this project, you should not click "run", rather print "python test_vgg16.py" or "python test_vgg19.py" in the "terminal“.