From 2a07bffbcc52ed3cca9e6c49ebed24a91ddd6ec6 Mon Sep 17 00:00:00 2001
From: nunzip <np.scarh@gmail.com>
Date: Thu, 14 Mar 2019 17:26:01 +0000
Subject: Revert to standard size

---
 ncdcgan.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ncdcgan.py b/ncdcgan.py
index 40b510e..a76d232 100755
--- a/ncdcgan.py
+++ b/ncdcgan.py
@@ -67,7 +67,7 @@ class nCDCGAN():
 
     def build_generator(self, noise, con):
 
-        n_channel = 128 
+        n_channel = 64 
         kernel_size = 3
 
         con1 = Dense(n_channel, activation='tanh')(con) #model settings
@@ -106,7 +106,7 @@ class nCDCGAN():
 
     def build_discriminator(self, img, con):
 
-        n_channel = 128 
+        n_channel = 64 
         kernel_size = 3
 
         con1 = Dense(n_channel, activation='tanh')(con) #model settings
-- 
cgit v1.2.3-70-g09d2