HyperGAN
Search…
HyperGAN
About
Getting started
CLI guide
Configurations
Showcase
AI Explorer for Android
Youtube, Twitter, Discord +
Examples
2D
Text
Classification
Colorizer
Next Frame (video)
Tutorials
Training a GAN
Pygame inference
Creating an image dataset
Searching for hyperparameters
Components
GAN
Generator
Discriminator
Layers
add
cat
channel_attention
ez_norm
layer
mul
multi_head_attention
operation
pixel_shuffle
residual
resizable_stack
segment_softmax
upsample
Loss
Latent
Trainer
Optimizer
Train Hook
Other GAN implementations
Powered By
GitBook
add
1
description: 'layer add for configurable component'
2
---
3
4
# add layer
5
6
Adds two or more layers together. Accepts nested layer definitions.
7
8
## input size
9
10
Any number of matching tensors
11
12
## output size
13
14
Same as input size
15
16
## syntax
17
18
```json
19
"add [layer]*"
20
```
21
22
## examples
23
24
```json
25
"add self (attention)"
26
```
Copied!
Components - Previous
Layers
Next
cat
Last modified
1yr ago
Copy link