使用 Tensorflow 从配置文件构建深度学习

Building deep learning from config file using Tensorflow

我想问一下手头有没有什么方法可以像caffe一样,使用Tensorflow从配置文件构建深度学习模型。非常感谢。

项目 caffe-tensorflow 允许您将 Caffe 模型转换为 TensorFlow。