-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Harmonise VQVAE with AutoencoderKL (#248)
* [WIP] Remove num_levels Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]> * Remove num_levels Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]> * Add Encoder and Decoder classes Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]> * Remove unused dropout_dim Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]> * Add more checks for the parameters and tests Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]> * Add annotations and remove __constants__ Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]> * Add docstring for Encoder and Decoder Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]> * Add docstring for Encoder and Decoder Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]> * Set dropout as float value and update docstring Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]> * Fix torchscript error Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]> * Update tutorials Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]> * Update tutorials Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]> * remove adn_ordering Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]> * Add ActType Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]> * Remove text about subpixel layers and ActType. Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]> --------- Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]>
- Loading branch information
Showing
10 changed files
with
403 additions
and
350 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.