aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornunzip <np.scarh@gmail.com>2019-02-27 18:48:24 +0000
committernunzip <np.scarh@gmail.com>2019-02-27 18:48:24 +0000
commit7eec33f756cffee0c4526c7e3e6af71246dd0787 (patch)
tree357997e87640ada735346509a594ebf873e9c88b
parente87abd6950701afc7301b15daa86ba60bc083a44 (diff)
downloade4-gan-7eec33f756cffee0c4526c7e3e6af71246dd0787.tar.gz
e4-gan-7eec33f756cffee0c4526c7e3e6af71246dd0787.tar.bz2
e4-gan-7eec33f756cffee0c4526c7e3e6af71246dd0787.zip
debug cgan
-rw-r--r--cgan.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgan.py b/cgan.py
index e0c1e4e..d44f961 100644
--- a/cgan.py
+++ b/cgan.py
@@ -207,6 +207,7 @@ class CGAN():
train_data = np.pad(train_data, ((0,0),(2,2),(2,2),(0,0)), 'constant')
labels_test = labels_test.flatten()
labels_train = labels_train.flatten()
+ print(train_data.shape, test_data.shape, labels_test.shape, labes_train.shape)
return train_data, test_data, labels_train, labels_test