BCNN_keras icon indicating copy to clipboard operation
BCNN_keras copied to clipboard

Bilinear CNN implementation using keras

Results 3 BCNN_keras issues
Sort by recently updated
recently updated
newest added

Dear author,i encounteredd some tough problems when i wanted to realize it ,that i didnt know what your three .txt files's content is has obstructes me, could you share your...

Hi, I'm wondering if you used x_extractor = x_detector intending to create a new model. But I think this simple equal assignment does not create a new model. The two...

model_detector = keras.applications.vgg16.VGG16( input_tensor=tensor_input , include_top=False , weights='imagenet' ) Change vgg16 in this line of code to inceptionv3, and the experiment won't get a normal accuracy,