mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2025-12-19 17:54:20 +01:00
Fix train decoder config example (#160)
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
"channels": 3,
|
"channels": 3,
|
||||||
"timesteps": 1000,
|
"timesteps": 1000,
|
||||||
"loss_type": "l2",
|
"loss_type": "l2",
|
||||||
"beta_schedule": "cosine",
|
"beta_schedule": ["cosine"],
|
||||||
"learned_variance": true
|
"learned_variance": true
|
||||||
},
|
},
|
||||||
"data": {
|
"data": {
|
||||||
|
|||||||
Reference in New Issue
Block a user