You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
In [1]: from model import DCGAN
Traceback (most recent call last):
File "/home/marcinic/miniconda3/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2910, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from model import DCGAN
File "/home/marcinic/hdd/projects/reinforcement/retro/improved-gan/imagenet/model.py", line 47
self.out_init_b = out_init_b
^
TabError: inconsistent use of tabs and spaces in indentation
A couple lines in imagenet/model.py use tabs instead of spaces
In [1]: from model import DCGAN
Traceback (most recent call last):
File "/home/marcinic/miniconda3/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2910, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from model import DCGAN
File "/home/marcinic/hdd/projects/reinforcement/retro/improved-gan/imagenet/model.py", line 47
self.out_init_b = out_init_b
^
TabError: inconsistent use of tabs and spaces in indentation
A couple lines in imagenet/model.py use tabs instead of spaces