squeezenet_demo

  • 所有者: DT42/squeezenet_demo
  • 平台:
  • 許可證: GNU General Public License v3.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

SqueezeNet Keras Implementation

This is the Keras implementation of SqueezeNet using functional API (arXiv 1602.07360).
SqueezeNet is a small model of AlexNet-level accuracy with 50x fewer parameters and <0.5MB model size.
The original model was implemented in caffe.

Reference

pysqueezenet by yhenon

Differences:

  • Switch from Graph model to Keras 1.0 functional API
  • Fix the bug of pooling layer
  • Many thanks to StefOe, the source can now support Keras 2.0 API.

Result

This repository contains only the Keras implementation of the model, for other parameters used, please see the demo script, squeezenet_demo.py in the simdat package.

The training process uses a total of 2,600 images with 1,300 images per class (so, total two classes only).
There are a total 130 images used for validation. After 20 epochs, the model achieves the following:

loss: 0.6563 - acc: 0.7065 - val_loss: 0.6247 - val_acc: 0.8750

Model Visualization

主要指標

概覽
名稱與所有者DT42/squeezenet_demo
主編程語言Python
編程語言Python (語言數: 1)
平台
許可證GNU General Public License v3.0
所有者活动
創建於2016-06-03 13:52:06
推送於2018-05-23 05:29:33
最后一次提交2018-05-23 13:29:32
發布數0
用户参与
星數239
關注者數15
派生數81
提交數26
已啟用問題?
問題數8
打開的問題數3
拉請求數5
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?