mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-11 05:13:31 +02:00
lecam config
This commit is contained in:
parent
8b3b96f85a
commit
16b0149fc4
|
|
@ -55,7 +55,7 @@ generator_factor = 0.1 # SCH: generator adversarial loss, MAGVIT v2 uses 0.1
|
|||
lecam_loss_weight = 0.001 # NOTE: MAVGIT v2 use 0.001
|
||||
discriminator_loss_type="non-saturating"
|
||||
generator_loss_type="non-saturating"
|
||||
discriminator_start = 1000 # 50000 NOTE: change to correct val, debug use -1 for now
|
||||
discriminator_start = -1 # 50000 NOTE: change to correct val, debug use -1 for now
|
||||
gradient_penalty_loss_weight = None # 10 # SCH: MAGVIT uses 10, opensora plan doesn't use
|
||||
ema_decay = 0.999 # ema decay for LeCam
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
## Commands
|
||||
|
||||
## 0. References
|
||||
|
||||
* https://github.com/google-research/magvit
|
||||
* https://github.com/CompVis/taming-transformers
|
||||
* https://github.com/adobe/antialiased-cnns/pull/39/commits/3d6f02b6943c58b68c19c07bc26fad57492ff3bc
|
||||
|
||||
|
||||
## 1. VAE 3D
|
||||
### 1.1 Train
|
||||
|
|
|
|||
Loading…
Reference in a new issue