|
|
|
|
|
by obstbraende
3876 days ago
|
|
Are there any major conceptual differences to Theano? Not that I wouldn't appreciate a more polished, well funded competitor in the same space. It looks like using TensorFlow from Python will feel quite familiar to a Theano user, starting with the separation of graph building and graph running, but also down into the details of how variables, inputs and 'givens' (called feed dicts in tensorflow) are handled. |
|
I also haven't seen some theano.scan equivalent. Which is not needed in many cases when you know the shape in advance.