chyelang / hw2_image_classificationLinks
利用TensorFlow(TF),本作业实现了一个基于full convolution stack、inception v2 module等模块的图片分类网络,纵向共包含10层包含参数的层,采用自己搭建的卷积层。对于dset1与dset2采用同样的网络结构,分别进行训练。最终在dset1验证集(约含900张图,下同)上的Top1分类准确率约为0.52,在dset2验证集上的Top1准确率约为0.63。在K80显卡的单核上,该模型的训练速度约为205张图每秒,最终所得模型的checkpoint约为45MB。
☆12Updated 7 years ago
Alternatives and similar repositories for hw2_image_classification
Users that are interested in hw2_image_classification are comparing it to the libraries listed below
Sorting:
- a baseline for baidu dog classification competition.☆113Updated 6 years ago
- ☆47Updated 8 years ago
- TensorFlow实现Kaggle猫狗大战☆56Updated 7 years ago
- use TensorFlow and Two stream CNN train and test the CK+ dataset☆50Updated 7 years ago
- data augmentation on python☆35Updated 7 years ago
- keras融合inception,vgg,residual_net做一个超快的迁移学习模型☆11Updated 6 years ago
- 使用 TensorFlow 进行 finetuning 的通用分类模型☆85Updated 6 years ago
- Models built with TensorFlow☆34Updated 7 years ago
- tensorflow_alexnet_classify (details http://www.cnblogs.com/vipyoumay/p/7686230.html)☆106Updated 6 years ago
- Simple Tensorflow implementation of Squeeze Excitation Networks (ResNeXt, Inception-v4, Inception-resnet-v2). Include focal loss, center …☆10Updated 7 years ago
- Multi 3DCNN for action recognition using global and local information☆38Updated 7 years ago
- The code on deep learning.☆74Updated 7 years ago
- some small codes about deep learning☆51Updated 7 years ago
- TensorFlow的练习代码☆44Updated 6 years ago
- cnn+rnn: vgg(vgg16,vgg19)+rnn(LSTM, GRU), resnet(resnet_v2_50,resnet_v2_101,resnet_v2_152)+rnnrnn(LSTM, GRU), inception_v4+rnn(LSTM, GRU)…☆66Updated 6 years ago
- 雪浪制造AI挑 战赛—视觉计算辅助良品检测☆99Updated 5 years ago
- 雪浪制造AI挑战赛—视觉计算辅助良品检测 test_a 952 test_b 953☆58Updated 5 years ago
- tensorflow->BCNN + pytorch -> vgg16/resnet/BCNN☆92Updated 6 years ago
- 实现遇到的分类网络(持续更新)☆19Updated 6 years ago
- ☆65Updated 7 years ago
- ICPR 2018 挑战赛一:网络图像的文 本识别 / ICPR 2018 挑战赛二:网络图像的文本检测☆42Updated 7 years ago
- Use tensorflow.contrib.slim to training a simple CNN classification model☆37Updated 6 years ago
- mutil-class focal loss implemented in keras☆158Updated 6 years ago
- common data structures and algorithms in Python☆67Updated 5 years ago
- VGG model for yourself image data by tensorflow☆20Updated 7 years ago
- Create your own dataset with the similar format with CIFAR10 in python version.☆87Updated 7 years ago
- 京东 JDD 大赛 猪脸识别项目☆78Updated 6 years ago
- share examples of tensorflow☆63Updated 6 years ago
- 使用预训练好的InceptionV3模型对自己的数据进行分类,用这个代码的同学希望可以给一个star☆58Updated 6 years ago
- # This is a image classification by VGG16 pre-trained model.#☆44Updated 7 years ago