joschu / cgt

Computation Graph Toolkit
Other
628 stars 87 forks source link

minor argument name change to increase Theano compatibility #39

Closed robertnishihara closed 8 years ago

robertnishihara commented 8 years ago

A lot of existing Theano code creates shared variables by explicitly using the argument names. This change makes it slightly easier to port code such as x = theano.shared(value=0, name='x') simply by changing "theano" to "cgt".