itaicaspi / SVHN-Multi-Digit-torch

Torch implementation of Multi-digit Number Recognition from Street View Imagery using Deep Convolutional Neural Networks (http://arxiv.org/pdf/1312.6082.pdf)
15 stars 14 forks source link

use the model from tensorflow #1

Closed devMls closed 7 years ago

devMls commented 7 years ago

hi, is possible migrate this model to use it with tensorflow?

itaicaspi commented 7 years ago

Hi, there's no simple way that I know of

mathetes87 commented 7 years ago

Torch uses Dynamic Computation Graphs whereas Tensorflow does not and this made it impossible to migrate this particular model. Recently Fold was released for Tensorflow, though it doesn't seem easy to migrate to.