Skip to content
Snippets Groups Projects

Gan

Closed Guillaume HEUSCH requested to merge gan into master
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
@@ -40,3 +40,10 @@ class Linear(object):
return x
class ZeroOne(object):
def __init__(self):
pass
def __call__(sel, x):
return x / 255.
Loading