Skip to content

TensorFlow implementation of AlexNet(resnetv1 mobilenet) and its training and testing on kaggle Dogs vs Cats

Notifications You must be signed in to change notification settings

liuheng92/Alexnet-tensorflow

Repository files navigation

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

About

TensorFlow implementation of AlexNet(resnetv1 mobilenet) and its training and testing on kaggle Dogs vs Cats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages