codes for layers
- 1 layer = (size)F|C(ks,str,p)|DC(ks,str)|BN|D|LR
- (size): size of layer or filters
- F: Fully Connected
- C: Convulution
- DC(ks,str): Deconvulution with (Kernel Size, Stride, padding)
- BN: Batch normalization
- D: Dropout
- LR: Leaky Relu
- Leaky Relu Slope: 0.2
- Adam Optimizaer beta: 0.5
- Learning rate: 0.0003
- Batch Size: 16
- latent vector dimension: 100
- dropout: 0.5
- 1 epoch