This website requires JavaScript.
Explore
Help
Sign In
aljaz
/
DALLE2-pytorch
Watch
1
Star
1
Fork
0
You've already forked DALLE2-pytorch
mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced
2025-12-19 09:44:19 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a35c309b5f0e70b5facff2733c886049fddcb0d8
DALLE2-pytorch
/
dalle2_pytorch
History
Phil Wang
a35c309b5f
add sparse attention layers in between convnext blocks in unet (grid like attention, used in mobilevit, maxvit [bytedance ai], as well as a growing number of attention-based GANs)
2022-04-19 09:49:03 -07:00
..
data
bring in the simple tokenizer released by openai, but also plan on leaving room for custom tokenizer with yttm
2022-04-12 09:23:17 -07:00
__init__.py
fix everything and make sure it runs end to end, document everything in readme for public
2022-04-13 18:05:25 -07:00
cli.py
create the eventual dream cli, like bigsleep library
2022-04-12 10:04:17 -07:00
dalle2_pytorch.py
add sparse attention layers in between convnext blocks in unet (grid like attention, used in mobilevit, maxvit [bytedance ai], as well as a growing number of attention-based GANs)
2022-04-19 09:49:03 -07:00
latent_diffusion.py
scaffold for latent diffusion
2022-04-19 09:26:58 -07:00
tokenizer.py
bring in the simple tokenizer released by openai, but also plan on leaving room for custom tokenizer with yttm
2022-04-12 09:23:17 -07:00
train.py
get ready for all the training related classes and functions
2022-04-12 09:54:50 -07:00