imatge-upc / 3D-GAN-superresolution

3D super-resolution using Generative Adversarial Networks
160 stars 46 forks source link

Fix NameError #1

Open daun-io opened 6 years ago

daun-io commented 6 years ago

NameError: name 'np' is not defined

joellerena commented 5 years ago

Line 102, a comma rest

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