Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 624 Bytes

ReadMe.md

File metadata and controls

23 lines (18 loc) · 624 Bytes

Tensorflow model converter

mnist model export example

Usage:

  • Step[0]
    training mnist CNN model.
  • Step[1]
    verify the accuracy of tensorflow model.
  • Step[2]
    convert tensorflow model to easycnn model.
  • Step[3]
    verify the accuracy of easycnn model.

Show me the image

  • tensorflow CNN model for mnist: tensorflow

  • easycnn CNN model for mnist which is converted from tensorflow model
    easycnn

Using the tensorflow model converter

You should custom copy and edit the export_mnist_cnn.py by yourself.