csyanbin / tensorflow-101

learn code with tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

algorithm

MLP for mnist done

covert to tfrecord

test on 102flowers done command like this:

python covert_somedata_to_tfrecord.py --dataset_name=102flowers --dataset_dir='./'

serving

test on MLP model on mnist done

download the mnist jpgs on baidu yunpan mnist jpgs

Reference: https://github.com/tobegit3hub/deep_recommend_system

finetuning and deploy model with flask

In folder finetuning, we use tf.slim to finetuning the pretrain model (I use the same method in my porn detection) and use flask to buid a very simple inference system.

Inference Demo

I deploy a image classification in demo page. It is based on Tensorflow and Flask. Feel free to try.

Chinese rec

You can get the detailed introductation in TensorFlow与中文手写汉字识别

GAN

AC-GAN and Info-GAN in TensorFlow

The project in GAN includ AC-GAN and Info-GAN:

  • AC-GAN
  • Info-GAN

Result

Infogan result:

AC-GAN result:

You can get detailed information in GAN的理解与TF的实现

About

learn code with tensorflow


Languages

Language:Python 99.5%Language:Shell 0.4%Language:Protocol Buffer 0.1%