利用TensorFlow(TF),本作业实现了一个基于full convolution stack、inception v2 module等模块的图片分类网络,纵向共包含10层包含参数的层,采用自己搭建的卷积层。对于dset1与dset2采用同样的网络结构,分别进行训练。最终在dset1验证集(约含900张图,下同)上的Top1分类准确率约为0.52,在dset2验证集上的Top1准确率约为0.63。在K80显卡的单核上,该模型的训练速度约为205张图每秒,最终所得模型的checkpoint约为45MB。
☆12May 14, 2018Updated 8 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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ☆15Apr 6, 2018Updated 8 years ago
- 知网相似度计算☆14Aug 26, 2017Updated 9 years ago
- 糖网眼底图像分类_pytorch☆11Aug 13, 2018Updated 8 years ago
- Read datasets in a standard way☆20Jul 5, 2016Updated 10 years ago
- Summary of work study☆18Apr 26, 2020Updated 6 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Chinese Word Similarity Computation based on HowNet☆27Jan 21, 2018Updated 8 years ago
- 获取雪球/果仁组合数据☆27Apr 16, 2023Updated 3 years ago
- 适合零基础的前端学习文档☆22Jul 13, 2019Updated 7 years ago
- Imageflow is a Raycast extension that allows you to process images using a customizable workflow. You can resize, compress, and convert i…☆13Apr 9, 2025Updated last year
- 天池糖尿病血糖预测比赛 精准医疗 初赛B榜24名☆22Jan 30, 2018Updated 8 years ago
- Use tensorflow.contrib.slim to training a simple CNN classification model☆37Nov 6, 2018Updated 7 years ago
- ☆34Jul 24, 2017Updated 9 years ago
- 手工实现的智能图片处理系统 包含基础的图片处理功能 各类滤波 seam carving算法 以及结合精细语义分割信息 实现智能去除目标的功能☆28May 31, 2018Updated 8 years ago
- 微信广告正负样本短文本分类 word2vec+CNN实现☆26Mar 20, 2018Updated 8 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Multi 3DCNN for action recognition using global and local information☆38Jan 16, 2018Updated 8 years ago
- ☆14Apr 19, 2019Updated 7 years ago
- Including several social-media-computing tools.☆11Jan 4, 2019Updated 7 years ago
- ☆12Jan 10, 2020Updated 6 years ago
- test HanLP vs LTP☆11Mar 28, 2018Updated 8 years ago
- ☆12Jun 2, 2018Updated 8 years ago
- Open MMLab Detection Toolbox with PyTorch☆12Jun 11, 2019Updated 7 years ago
- 基于Keras+Tensorflow搭建,提供ResNet50神经网络的图片分类平台。