ethereon/caffe-tensorflow
A tool that converts trained neural network models from the Caffe framework to TensorFlow.

Velocity · 7d
+0.7
★ / day
Trend
→steady
star history
This repository provides utilities to port pre-trained deep learning models from Caffe to TensorFlow. It extracts model parameters into NumPy format and generates Python classes that construct the TensorFlow computation graph. Supported models include ResNet, VGG, GoogLeNet, AlexNet, and others, with verification against the ILSVRC2012 validation set.