-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
12 changed files
with
543 additions
and
432 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
**/*.env | ||
**/*.sif | ||
**/*.hdf5 | ||
_build |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
amplfi.data module | ||
================== | ||
|
||
.. automodule:: amplfi.data.base | ||
.. automodule:: amplfi.data.paths | ||
.. automodule:: amplfi.data.tasks |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
API Reference | ||
============= | ||
|
||
.. automodule:: amplfi | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
amplfi.data | ||
amplfi.train | ||
amplfi.tune |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
amplfi.train.architectures module | ||
================================= | ||
|
||
.. automodule:: amplfi.train.architectures.flows.base | ||
.. automodule:: amplfi.train.architectures.flows.coupling | ||
.. automodule:: amplfi.train.architectures.flows.iaf |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
amplfi.train.cli module | ||
----------------------- | ||
|
||
.. automodule:: amplfi.train.cli.base | ||
.. automodule:: amplfi.train.cli.flow | ||
.. automodule:: amplfi.train.cli.similarity |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
amplfi.train.configs module | ||
=========================== | ||
|
||
.. automodule:: amplfi.train.configs.flow | ||
.. automodule:: amplfi.train.configs.similarity |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
amplfi.train.models module | ||
========================== | ||
|
||
.. automodule:: amplfi.train.models.flow | ||
.. automodule:: amplfi.train.models.similarity |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
amplfi.train module | ||
=================== | ||
|
||
.. automodule:: amplfi.train.augmentations | ||
.. automodule:: amplfi.train.callbacks | ||
.. automodule:: amplfi.train.losses | ||
.. automodule:: amplfi.train.priors | ||
|
||
|
||
.. toctree:: | ||
amplfi.train.architectures | ||
|
||
.. toctree:: | ||
amplfi.train.models | ||
|
||
.. toctree:: | ||
amplfi.train.cli | ||
|
||
.. toctree:: | ||
amplfi.train.configs |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
amplfi.tune module | ||
================== | ||
|
||
.. automodule:: amplfi.tune.tune |
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
Large diffs are not rendered by default.
Oops, something went wrong.