java-models icon indicating copy to clipboard operation
java-models copied to clipboard

Add more CNN examples

Open zaleslaw opened this issue 4 years ago • 2 comments

  • [x] LeNet 5 classic model on MNIST

  • [ ] LeNet 5 modification with another hyper-parameters on MNIST and Fashion MNIST

  • [x] VGG'11 on FashionMnist

  • [ ] ResNet on Cifar 100

  • [ ] AlexNet on Cifar 100 or another subset of ImageNet

zaleslaw avatar May 29 '20 15:05 zaleslaw

There's a LeNet 5 style MNIST model here - https://github.com/tensorflow/java-models/blob/master/tensorflow-examples/src/main/java/org/tensorflow/model/examples/mnist/CnnMnist.java

Craigacp avatar May 29 '20 16:05 Craigacp

Agree, this is ready

пт, 29 мая 2020 г., 19:25 Adam Pocock [email protected]:

There's a LeNet 5 style MNIST model here - https://github.com/tensorflow/java-models/blob/master/tensorflow-examples/src/main/java/org/tensorflow/model/examples/mnist/CnnMnist.java

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tensorflow/java-models/issues/11#issuecomment-636063937, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJEUHNVADAAMMYZZTYX3FTRT7OXJANCNFSM4NOFAT6Q .

zaleslaw avatar May 29 '20 17:05 zaleslaw