Skip to content

Commit

Permalink
fixup! Support for transform=None
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Jan 22, 2020
1 parent 0267ba7 commit f49a307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nengo_dl/losses.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Regularize(tf.losses.Loss):
with nengo.Network() as net:
a = nengo.Node([0])
b = nengo.Node(size_in=1)
c = nengo.Connection(a, b)
c = nengo.Connection(a, b, transform=1)
p = nengo.Probe(c, "weights")
...
Expand Down

0 comments on commit f49a307

Please sign in to comment.