Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 666 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 666 Bytes

Alexnet-tensorflow

This repository contains an implementation of AlexNet(resnetv1 mobilenetv2) convolutional neural network.

train

python multigpu_train.py

if you want to use other train data instead of Dogs vs Cats(link: https://pan.baidu.com/s/1GoFCwLs8hetPdPdqdCnRPA passcode:pxkx), you may need to modify file: readdata.py

test

python test.py

References