Skip to content

Releases: lucidrains/med-seg-diff-pytorch

0.2.0

16 Feb 21:45

Choose a tag to compare

allow for transformer of any depth at the middle

0.1.2

16 Feb 17:41

Choose a tag to compare

fix readme, add some better asserts, allow for passing in mask as (b,…

0.1.1

16 Feb 15:58

Choose a tag to compare

throw in lion

0.1.0

15 Feb 18:19

Choose a tag to compare

release 0.1.0 with changes from @isamu-isozaki

0.0.8

30 Nov 19:00

Choose a tag to compare

an extra resnet block after conditioning, as the conditioning is righ…

0.0.7

30 Nov 18:02

Choose a tag to compare

tweak

0.0.6

30 Nov 17:15

Choose a tag to compare

allow for adding full self attention in specific stages of the unet

0.0.5

30 Nov 16:50

Choose a tag to compare

also include feature maps from conditioning encoder in the decoder, i…

0.0.4

30 Nov 00:28

Choose a tag to compare

fix all misunderstanding about the paper, hopefully

0.0.3

29 Nov 18:22

Choose a tag to compare

move condition logic to another class, to prepare for alternatives