data-archetype commited on
Commit
f17ee3d
·
verified ·
1 Parent(s): 44f2564

Update fcdm_diffae/__init__.py benchmark and docs

Browse files
Files changed (1) hide show
  1. fcdm_diffae/__init__.py +1 -1
fcdm_diffae/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
  """FCDMDiffAE: Standalone diffusion autoencoder with FCDM blocks.
2
 
3
- FCDM DiffAE — a fast diffusion autoencoder with a 128-channel spatial
4
  bottleneck and a VP-parameterized diagonal Gaussian posterior. Built on FCDM
5
  (Fully Convolutional Diffusion Model) blocks with GRN and scale+gate AdaLN.
6
 
 
1
  """FCDMDiffAE: Standalone diffusion autoencoder with FCDM blocks.
2
 
3
+ FCDM DiffAE — a fast diffusion autoencoder with a 384-channel spatial
4
  bottleneck and a VP-parameterized diagonal Gaussian posterior. Built on FCDM
5
  (Fully Convolutional Diffusion Model) blocks with GRN and scale+gate AdaLN.
6