tfAlexNet icon indicating copy to clipboard operation
tfAlexNet copied to clipboard

this is an implementation of alexnet with tensorflow. Run the train.py for training, and test.py for testing. You only need to config the picture folder path

Results 1 tfAlexNet issues
Sort by recently updated
recently updated
newest added

I downloaded the pretrained model vgg16.npy and tested it on the ImageNet validation set. However I found that the accuracy is not as high as that given on Caffe. I...