machrisaa / tensorflow-vgg

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

about fc_layer #70

Open YangtzeFang opened 5 years ago

YangtzeFang commented 5 years ago

The fc_layer define as fc_layer(self, bottom, name):when i want use it ,it would show TypeError: 'NoneType' object is not subscriptable.So i want know how to give the type of the bottom and name