forked from deepchem/deepchem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ConsScaleLayer, MLP for flows, Clamp exp (deepchem#3964)
* add flows file * add flows to init * add test file for flows * fix doctest of realnvp, fixed deprecation notice for torch.nn.init.normal * add masked affine flow class * add tests for masked affine flow * add maskedaffineflow to init * replace | with union * added docs to flows * add flows to layer docs * remove Affine from layers * add Flows to init * fix yapf * add to docs * fixed gan docs rendering * add actnorm layer and more docs for Flow * add tests for actnorm layer * fix init yapf * Add ClampExp and ConstScale Layer * add MLP Flow
- Loading branch information
1 parent
867eece
commit 9f70cfa
Showing
4 changed files
with
251 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters