diff options
author | nunzip <np.scarh@gmail.com> | 2019-02-27 18:48:24 +0000 |
---|---|---|
committer | nunzip <np.scarh@gmail.com> | 2019-02-27 18:48:24 +0000 |
commit | 7eec33f756cffee0c4526c7e3e6af71246dd0787 (patch) | |
tree | 357997e87640ada735346509a594ebf873e9c88b | |
parent | e87abd6950701afc7301b15daa86ba60bc083a44 (diff) | |
download | e4-gan-7eec33f756cffee0c4526c7e3e6af71246dd0787.tar.gz e4-gan-7eec33f756cffee0c4526c7e3e6af71246dd0787.tar.bz2 e4-gan-7eec33f756cffee0c4526c7e3e6af71246dd0787.zip |
debug cgan
-rw-r--r-- | cgan.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |