- Generative Adversarial Networks Projects
- Kailash Ahirwar
- 238字
- 2021-07-02 13:38:50
The architecture of the generator network
The generator network contains five volumetric, fully convolutional layers with the following configuration:
- Convolutional layers: 5
- Filters: 512, 256, 128, 64, 1
- Kernel size: 4 x 4 x 4, 4 x 4 x 4, 4 x 4 x 4, 4 x 4 x 4, 4 x 4 x 4
- Strides: 1, 2, 2, 2, 2 or (1, 1), (2, 2), (2, 2), (2, 2), (2, 2)
- Batch normalization: Yes, Yes, Yes, Yes, No
- Activations: ReLU, ReLU, ReLU, ReLU, Sigmoid
- 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 200-dimensional vector sampled from a probabilistic latent space
- Output: A 3D image with a shape of 64x64x64
The architecture of the generator can be seen in the following image:

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 give you a better understanding of the network:

A fully convolutional network is a network without fully connected dense layers at the end of the network. Instead, it just consists of convolutional layers and can be end-to-end trained, like a convolutional network with fully connected layers. There are no pooling layers in a generator network.
推薦閱讀
- 集成架構中型系統
- Natural Language Processing Fundamentals
- 影視后期制作(Avid Media Composer 5.0)
- 物聯網與云計算
- STM32G4入門與電機控制實戰:基于X-CUBE-MCSDK的無刷直流電機與永磁同步電機控制實現
- Embedded Programming with Modern C++ Cookbook
- Implementing Oracle API Platform Cloud Service
- Practical Big Data Analytics
- 激光選區熔化3D打印技術
- Visual C++項目開發案例精粹
- Spark大數據商業實戰三部曲:內核解密|商業案例|性能調優
- 常用傳感器技術及應用(第2版)
- 工業機器人應用系統三維建模
- 基于Quartus Ⅱ的數字系統Verilog HDL設計實例詳解
- 百度智能小程序:AI賦能新機遇