Datasets:

ArXiv:
License:
JayEagle commited on
Commit
8e29b7f
·
verified ·
1 Parent(s): 11e668e

upload checkpoint

Browse files
ckpts/DexDiffu/checkpoints/epoch=572-step=948888.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eac24613651283b974fcfecb7001fa23eaa8882db3cc11d22f5dc15895eb1079
3
+ size 80022281
ckpts/DexDiffu/events.out.tfevents.1719827701.jieyi-arch.50088.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1f1e06a248bc424bad8cfda442e936588b21e8be02ead02e1f1849719721028
3
+ size 1959308
ckpts/DexDiffu/hparams.yaml ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
ckpts/DexDiffu/scheduler_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMScheduler",
3
+ "_diffusers_version": "0.23.1",
4
+ "beta_end": 0.02,
5
+ "beta_schedule": "linear",
6
+ "beta_start": 0.0001,
7
+ "clip_sample": true,
8
+ "clip_sample_range": 1.0,
9
+ "dynamic_thresholding_ratio": 0.995,
10
+ "num_train_timesteps": 100,
11
+ "prediction_type": "epsilon",
12
+ "sample_max_value": 1.0,
13
+ "steps_offset": 0,
14
+ "thresholding": false,
15
+ "timestep_spacing": "leading",
16
+ "trained_betas": null,
17
+ "variance_type": "fixed_small"
18
+ }