Skip to content

Tags: nousr/DALLE2-pytorch

Tags

0.0.93

Toggle 0.0.93's commit message
add ability to turn on normformer settings, given @borisdayma reporte…

…d good results and some personal anecdata

0.0.92

Toggle 0.0.92's commit message
makes more sense to keep this as True as default, for stability

0.0.91

Toggle 0.0.91's commit message
provide option to l2norm the output of the diffusion prior

0.0.90

Toggle 0.0.90's commit message
fix issue with mixed precision and gradient clipping

0.0.89

Toggle 0.0.89's commit message
fix calculation of adaptive weight for vit-vqgan, thanks to @CiaoHe

0.0.88

Toggle 0.0.88's commit message
switch to using linear attention for the sparse attention layers with…

…in unet, given success in GAN projects

0.0.87

Toggle 0.0.87's commit message
more attention

0.0.86

Toggle 0.0.86's commit message
project management

0.0.85

Toggle 0.0.85's commit message
let researchers do the hyperparameter search

0.0.84

Toggle 0.0.84's commit message
add MLP based time conditioning to all convnexts, in addition to cros…

…s attention. also add an initial convolution, given convnext first depthwise conv