3D-GAN-superresolution icon indicating copy to clipboard operation
3D-GAN-superresolution copied to clipboard

Fix NameError

Open daun-io opened this issue 6 years ago • 1 comments

NameError: name 'np' is not defined

daun-io avatar Aug 20 '18 01:08 daun-io

Line 102, a comma rest

        x = BatchNormLayer(x, is_train=is_train, name='BN2-rb/%s' % i, )

joellerena avatar Apr 05 '19 19:04 joellerena