aboutsummaryrefslogtreecommitdiff
path: root/gantools/biggan.py
diff options
context:
space:
mode:
authorVee9ahd1 <[email protected]>2019-06-03 12:18:17 -0400
committerVee9ahd1 <[email protected]>2019-06-03 12:18:17 -0400
commit0e697e0047ab1818a20864a7158284e33330ec81 (patch)
treed4e312b5236e751ba40e65ea695ffacafaa5eb54 /gantools/biggan.py
parent69eb6678fc1c61fdb77f84f25f29ba9f777cd3dd (diff)
minor style cleanup (needs more)
Diffstat (limited to 'gantools/biggan.py')
-rw-r--r--gantools/biggan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gantools/biggan.py b/gantools/biggan.py
index 8a0a71d..0ed6bf7 100644
--- a/gantools/biggan.py
+++ b/gantools/biggan.py
@@ -6,7 +6,7 @@ from itertools import cycle
MODULE_PATH = 'https://tfhub.dev/deepmind/biggan-512/2'
-class BigGAN:
+class BigGAN(object):
def __init__(self, module_path=MODULE_PATH):
tf.reset_default_graph()
print('Loading BigGAN module from:', module_path)