yangxue0827 / FPN_Tensorflow

A Tensorflow implementation of FPN detection framework.
416 stars 150 forks source link

What should I do if I want to train the VGG network? #17

Open niuniu111 opened 6 years ago

yangxue0827 commented 6 years ago

Similar to resnet01 and resnet50,you need add vgg netwrk by yourself .

niuniu111 commented 6 years ago

我看网络中已经有vgg网络了,然后直接调用,修改c2、c3、c4、c5,但是会出现这样的错误 ValueError: Shape of a new variable (vgg_16/fc8/weights) must be fully defined, but instead was (1, 1, 4096, ?)这个应该怎么解决,求助@yangxue0827

TVXQ20031226 commented 6 years ago

楼主你解决这个问题了吗?!我也碰到这个问题了!!!! @niuniu111

niuniu111 commented 6 years ago

我最后还是没有解决,你要是有什么进展一起讨论讨论

chaojixiaohaizei commented 5 years ago

@niuniu111,请问您最后解决这个问题了吗

chaojixiaohaizei commented 5 years ago

@TVXQ20031226 ,您好,请问你最后解决这个问题了吗