ethereon/caffe-tensorflow
Caffe models in TensorFlow observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3949
- days_rel: n/a
- days_push: 2603
- n_releases_24m: 0
Adoption not part of the score
2786 stars · 1012 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python tool that converts Caffe-trained neural network models into TensorFlow format, producing a NumPy parameter file and a Python class that builds the model graph. It includes verified conversion examples for popular ImageNet models like ResNet, VGG, GoogLeNet, and AlexNet.
Use cases
- convert a caffe model to tensorflow
- port pretrained imagenet weights from caffe to tensorflow
- load caffe .caffemodel parameters in tensorflow
- rebuild a vgg16 or resnet graph in tensorflow
- verify converted model accuracy on ilsvrc2012
- migrate legacy deep learning models between frameworks
When to choose
- you have pretrained Caffe models (new format) and want to use them in TensorFlow
- you need verified conversions of standard architectures like ResNet or VGG
- you want weights extracted as NumPy data plus a graph-building class
When to avoid
- your Caffe model uses old format or unsupported layers/padding
- you need a maintained tool - the project has seen little activity since 2019
- you need runtime interop between Caffe and TensorFlow in one process (CUDA conflicts prevent it)
Facets
library · maturity maintenance
machine-learning deep-learning parser serialization deep-learning machine-learning developer-tools python caffe tensorflow model-conversion neural-networks model-porting gpu
1 source
- readme: https://github.com/ethereon/caffe-tensorflow · fetched 2026-08-28 · 1bdcf516f1f4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ethereon/caffe-tensorflow | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="ethereon/caffe-tensorflow")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem