Skip to content

Commit

Permalink
change c code version
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmah committed Nov 30, 2015
1 parent 1b96100 commit 7a88ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theano/sandbox/multinomial.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def grad(self, ins, outgrads):
(gz,) = outgrads
return [T.zeros_like(x) for x in ins]

# def c_code_cache_version(self):
# return (6,)
def c_code_cache_version(self):
return (7,)

def c_code(self, node, name, ins, outs, sub):
# support old pickled graphs
Expand Down

0 comments on commit 7a88ea6

Please sign in to comment.