Nathan Lambert
commited on
Commit
•
22f7630
1
Parent(s):
d36268c
Upload config.json
Browse files- config.json +18 -0
config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "DualEncoderEpsNetwork",
|
3 |
+
"_diffusers_version": "0.0.4",
|
4 |
+
"type": "diffusion",
|
5 |
+
"network": "dualenc",
|
6 |
+
"hidden_dim": 128,
|
7 |
+
"num_convs": 6,
|
8 |
+
"num_convs_local": 4,
|
9 |
+
"cutoff": 10.0,
|
10 |
+
"mlp_act": "relu",
|
11 |
+
"beta_schedule": "sigmoid",
|
12 |
+
"beta_start": 1e-7,
|
13 |
+
"beta_end": 2e-3,
|
14 |
+
"num_diffusion_timesteps": 5000,
|
15 |
+
"edge_order": 3,
|
16 |
+
"edge_encoder": "mlp",
|
17 |
+
"smooth_conv": true
|
18 |
+
}
|