CIFAR10-VGG19-Tensorflow icon indicating copy to clipboard operation
CIFAR10-VGG19-Tensorflow copied to clipboard

Transfer learning with tensorflow

Open Ajaz-Ahmad opened this issue 5 years ago • 0 comments

Hi,

I am using yolo architecture and trying transfer learning. I have pre-trained weights trained over 80 classes but now I want output for 3 classes only. How can I remove the last convolution layer and fit my own layer? Below is the initializer method where I am restoring model and training only the last part but I want to change last convolutional layer as well. Thanks YOLO_initializer

Ajaz-Ahmad avatar Aug 13 '19 19:08 Ajaz-Ahmad