hi, thank you for your code.
when I use these codes, I met some problems:
-
when I test one image , although I expend_dims the image, I can not get the right predict, but ,when test a batch images , the predict is right
-
when I try to save ckpt to pb file, here reuse should be set True, but when set True, there will be some problems , when set False, _classification_layer's flatten0 = tf.reshape(global_avgpool, [shape[0], -1]) maybe wrong
what can I do for it?
hi, thank you for your code.
when I use these codes, I met some problems:
when I test one image , although I expend_dims the image, I can not get the right predict, but ,when test a batch images , the predict is right
when I try to save ckpt to pb file, here reuse should be set True, but when set True, there will be some problems , when set False, _classification_layer's flatten0 = tf.reshape(global_avgpool, [shape[0], -1]) maybe wrong
what can I do for it?