https://github.com/zhaoj9014/caffe2keras
Transfer Caffe model to Keras model
https://github.com/zhaoj9014/caffe2keras
Last synced: 5 months ago
JSON representation
Transfer Caffe model to Keras model
- Host: GitHub
- URL: https://github.com/zhaoj9014/caffe2keras
- Owner: ZhaoJ9014
- Created: 2018-02-17T02:07:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T03:12:24.000Z (over 7 years ago)
- Last Synced: 2025-05-06T23:16:25.977Z (5 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 46
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Caffe2Keras
My implementation for transfering caffe model with pre-trained weights to keras model.Take the VGG16 model as a toy example, with which you could generalize to other cases at your hand.