Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.2 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.2 KB

Readme for Model Repository of MoT lab

  • Final update: 2018 Mar
  • All right reserved @ MoTlab 2018

About

This repository provides tutorial codes of Tensorflow Models

Components

/
|
|-- /data (local)
|-- /tf_cnn_model (git submodule)

Labs

This repository include several labs generated in MoTLab study.

  • lab2: Building basic convolutional neural networks modules.
    • ./tf_cnn_model
  • lab6: Building and Training a LeNet5 Tensorflow model
    • ./lab6_train_tfLenet5_mnist.py

Compiler/Interface Dependencies

  • Tensorflow >=1.4
  • Python2 <= 2.7.12
  • Python3 <= 3.6.0

Releted Materials (All Korean)

Feedback

  • Issues: report issues, bugs, and request new features
  • Pull request
  • Email: [email protected]

License

  • Apach License 2.0

Authors information

Code References

Google Tensorflow repo