Upload fcdm_diffae/decoder.py with huggingface_hub
Browse files- fcdm_diffae/decoder.py +1 -1
fcdm_diffae/decoder.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
"""
|
| 2 |
|
| 3 |
No outer RMSNorms (use_other_outer_rms_norms=False during training):
|
| 4 |
norm_in, latent_norm, and norm_out are all absent.
|
|
|
|
| 1 |
+
"""FCDM DiffAE decoder: skip-concat topology with FCDM blocks and path-drop PDG.
|
| 2 |
|
| 3 |
No outer RMSNorms (use_other_outer_rms_norms=False during training):
|
| 4 |
norm_in, latent_norm, and norm_out are all absent.
|