- Generative Adversarial Networks Projects
- Kailash Ahirwar
- 222字
- 2021-07-02 13:38:50
The architecture of the discriminator network
The discriminator network contains five volumetric convolutional layers with the following configuration:
- 3D convolutional layers: 5
- Channels: 64, 128, 256, 512, 1
- Kernel sizes: 4, 4, 4, 4, 4
- Strides: 2, 2, 2, 2, 1
- Activations: Leaky ReLU, Leaky ReLU, Leaky ReLU, Leaky ReLU, Sigmoid
- Batch normalization: Yes, Yes, Yes, Yes, None
- Pooling layers: No, No, No, No, No
- Linear layers: No, No, No, No, No
The input and output of the network are as follows:
- Input: A 3D image with shape (64, 64, 64)
- Output: The probability of the input data belonging to either the real or the fake class
The flow of the tensors and the input and output shapes of the tensors for each layer in the discriminator network are shown in the following diagram. This will provide you with a better understanding of the discriminator network:

The discriminator network mostly mirrors the generator network. An important difference is that it uses LeakyReLU instead of ReLU as the activation function. Also, the sigmoid layer at the end of the network is for binary classification and predicts whether the provided image is real or fake. The last layer has no normalization layer, but the other layers use batch normalization to regularize the input.
- Internet接入·網絡安全
- 平面設計初步
- OpenStack for Architects
- 工業機器人工程應用虛擬仿真教程:MotoSim EG-VRC
- 自主研拋機器人技術
- Hands-On Cybersecurity with Blockchain
- 可編程控制器技術應用(西門子S7系列)
- 分析力!專業Excel的制作與分析實用法則
- Salesforce for Beginners
- INSTANT Puppet 3 Starter
- 網絡存儲·數據備份與還原
- PowerMill 2020五軸數控加工編程應用實例
- Hands-On DevOps
- 計算機仿真技術
- SQL Server 2017 Machine Learning Services with R