-
-
In the file ops.py, the prototype of function fully_connected_with_w is defined as:
`def fully_connected_with_w(x, use_bias=True, sn=False, reuse=False, scope='linear')`
what is the purpose of param…
-
Hi, Thank you for sharing this great project. Would you mind sharing a trained model for me to test? Or data set for training? Thx in advance
-
I trained the network on my own dataset. But the size of saved checkpoint is 7.5G. Would you like to tell how much space your checkpoint occupies?
-
i see the error when i trained
` trainA = trainA.apply(shuffle_and_repeat(self.dataset_num)).apply(map_and_batch(Image_Data_Class.image_processing, self.batch_size, num_parallel_batches=16, drop_re…