zzzl-h
zzzl-h
error
Hi, I don't know what's wrong, I use python2.7 and tensorflow1.2 and VOC2012 dataset 2018-11-18 21:48:15.769563: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are...
hi, when I restore your pre_trained model, there raise some mistake NotFoundError (see above for trackback): Key densenet121/dense_block1/conv_block2/*1/Conv/biases not found in the checkpoint here is my code x=tf.placeholder("float",[None,224,224,3]) y=tf.placeholder("float",[None,num_classes]) logits,...