Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Unnest nn.Sequential for simpler handling
The original hidden_layer in ResidualBlock consists of a nn.Linear and a nn.SiLU. Sperating them will affect nothing, but make the layer structure consistent with other child nodes output_layer and residual_layer
- Loading branch information