Skip to content

Tags: stonelozz/DALLE2-pytorch

Tags

0.2.10

Toggle 0.2.10's commit message
fix amp issue for lucidrains#82

0.2.9

Toggle 0.2.9's commit message
numerical accuracy for noise schedule parameters

0.2.8

Toggle 0.2.8's commit message
wrap up cross embed layer feature

0.2.7

Toggle 0.2.7's commit message
bring in the cross embed layer from Crossformer paper for initial con…

…volution in unet

0.2.6

Toggle 0.2.6's commit message
make sure cascading DDPM can be trained unconditionally, to ready for…

… CLI one command training for the public

0.2.6a

Toggle 0.2.6a's commit message
fix new issue with github actions and auto pypi package uploading

0.2.5

Toggle 0.2.5's commit message
make sure resnet groups in unet is finely customizable

0.2.4

Toggle 0.2.4's commit message
patch

0.2.2

Toggle 0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure Eval Mode In Metric Functions (lucidrains#79)

* add eval/train toggles

* train/eval flags

* shift train toggle

Co-authored-by: nousr <[email protected]>