edgarriba / DeepRosetta

An universal deep learning models conversor
Other
141 stars 39 forks source link

A first implementation of the TensorflowFileImporter. #14

Closed lluisgomez closed 8 years ago

lluisgomez commented 8 years ago

Still very basic and with lots of unsupported layers. Works only with simple models like the LeNet5 in the tf tutorial. However, the basic functionality is there and can be used as a base for a better importer.

edgarriba commented 8 years ago

@lluisgomez A couple of minor changes

 TensorflowFileImporter -> TensorflowImporter
 Importer -> TensorflowImporter

looking nice!

edgarriba commented 8 years ago

:+1: