Giter VIP home page Giter VIP logo

jdc08161063 / deep_cnn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tobegit3hub/deep_image_model

0.0 2.0 0.0 30.18 MB

Deep convolution/recurrent neural network project with TensorFlow

License: Apache License 2.0

Shell 0.87% Java 0.23% Protocol Buffer 0.47% Python 44.59% C++ 43.04% C 0.30% CMake 0.32% Objective-C 0.02% Objective-C++ 0.22% Makefile 0.08% Jupyter Notebook 6.23% HTML 1.78% Go 0.29% JavaScript 0.04% TypeScript 1.50% Batchfile 0.01%

deep_cnn's Introduction

Deep CNN and RNN

The classic deep convolution and recurrent neural network project with TensorFlow. You can learn and run CNN easily.

  • Train/test/inference images included.
  • Visualize images with matplotlib.
  • Support checkpoint and tensorboard.
  • Easy to extend more convolution layers.
  • Support CNN, LSTM, Bicondictional LSTM and Stacked LSTM.

Train

./pokemon_classifer.py --epoch_number 100

Inference

./pokemon_classifer.py --mode inference --image ./data/inference/Pikachu.png

Export model

./pokemon_classifer.py --epoch_number 0

Run TensorFlow serving

./tensorflow_model_server --port=9000 --model_name=deep_cnn --model_base_path=./model

Run gRPC client

./predict_client.py --host 127.0.0.1 --port 9000 --model_name deep_cnn --model_version 1

Notice that cloudml is not released now.

cloudml models predict -n deep_cnn -s 127.0.0.1:9000 -f ./data.json

deep_cnn's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.