GeoStatistics commited on
Commit
40b331b
·
1 Parent(s): 37832a0
git_DDPM_uCT_GT_512.ipynb CHANGED
@@ -9,6 +9,7 @@
9
  "name": "stdout",
10
  "output_type": "stream",
11
  "text": [
 
12
  "Git LFS initialized.\n"
13
  ]
14
  }
@@ -25,7 +26,7 @@
25
  {
26
  "data": {
27
  "application/vnd.jupyter.widget-view+json": {
28
- "model_id": "33d3307128c04f04806741ae5cc57a23",
29
  "version_major": 2,
30
  "version_minor": 0
31
  },
@@ -55,18 +56,22 @@
55
  },
56
  {
57
  "cell_type": "code",
58
- "execution_count": 8,
59
  "metadata": {},
60
  "outputs": [
 
 
 
 
 
 
 
61
  {
62
  "name": "stdout",
63
  "output_type": "stream",
64
  "text": [
65
- "On branch main\n",
66
- "Your branch is ahead of 'origin/main' by 1 commit.\n",
67
- " (use \"git push\" to publish your local commits)\n",
68
- "\n",
69
- "nothing to commit, working tree clean\n",
70
  "Already up to date.\n"
71
  ]
72
  },
@@ -77,7 +82,7 @@
77
  "From https://huggingface.co/GeoStatistics/DDPM_uCT_GT_512\n",
78
  " * branch HEAD -> FETCH_HEAD\n",
79
  "To https://huggingface.co/GeoStatistics/DDPM_uCT_GT_512\n",
80
- " d9ed63a..b54b972 main -> main\n"
81
  ]
82
  }
83
  ],
 
9
  "name": "stdout",
10
  "output_type": "stream",
11
  "text": [
12
+ "Updated Git hooks.\n",
13
  "Git LFS initialized.\n"
14
  ]
15
  }
 
26
  {
27
  "data": {
28
  "application/vnd.jupyter.widget-view+json": {
29
+ "model_id": "48fd157679144a34917b81a181463de7",
30
  "version_major": 2,
31
  "version_minor": 0
32
  },
 
56
  },
57
  {
58
  "cell_type": "code",
59
+ "execution_count": 4,
60
  "metadata": {},
61
  "outputs": [
62
+ {
63
+ "name": "stderr",
64
+ "output_type": "stream",
65
+ "text": [
66
+ "warning: in the working copy of 'git_DDPM_uCT_GT_512.ipynb', LF will be replaced by CRLF the next time Git touches it\n"
67
+ ]
68
+ },
69
  {
70
  "name": "stdout",
71
  "output_type": "stream",
72
  "text": [
73
+ "[main 37832a0] PC\n",
74
+ " 41 files changed, 13 insertions(+), 19 deletions(-)\n",
 
 
 
75
  "Already up to date.\n"
76
  ]
77
  },
 
82
  "From https://huggingface.co/GeoStatistics/DDPM_uCT_GT_512\n",
83
  " * branch HEAD -> FETCH_HEAD\n",
84
  "To https://huggingface.co/GeoStatistics/DDPM_uCT_GT_512\n",
85
+ " b54b972..37832a0 main -> main\n"
86
  ]
87
  }
88
  ],
model_index.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMPipeline",
3
+ "_diffusers_version": "0.25.1",
4
+ "scheduler": [
5
+ "diffusers",
6
+ "DDPMScheduler"
7
+ ],
8
+ "unet": [
9
+ "diffusers",
10
+ "UNet2DModel"
11
+ ]
12
+ }
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMScheduler",
3
+ "_diffusers_version": "0.25.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
+ "rescale_betas_zero_snr": false,
13
+ "sample_max_value": 1.0,
14
+ "steps_offset": 0,
15
+ "thresholding": false,
16
+ "timestep_spacing": "leading",
17
+ "trained_betas": null,
18
+ "variance_type": "fixed_small"
19
+ }
unet/config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DModel",
3
+ "_diffusers_version": "0.25.1",
4
+ "act_fn": "silu",
5
+ "add_attention": true,
6
+ "attention_head_dim": 8,
7
+ "attn_norm_num_groups": null,
8
+ "block_out_channels": [
9
+ 128,
10
+ 128,
11
+ 256,
12
+ 256,
13
+ 512,
14
+ 512
15
+ ],
16
+ "center_input_sample": false,
17
+ "class_embed_type": null,
18
+ "down_block_types": [
19
+ "DownBlock2D",
20
+ "DownBlock2D",
21
+ "DownBlock2D",
22
+ "DownBlock2D",
23
+ "AttnDownBlock2D",
24
+ "DownBlock2D"
25
+ ],
26
+ "downsample_padding": 1,
27
+ "downsample_type": "conv",
28
+ "dropout": 0.0,
29
+ "flip_sin_to_cos": true,
30
+ "freq_shift": 0,
31
+ "in_channels": 1,
32
+ "layers_per_block": 1,
33
+ "mid_block_scale_factor": 1,
34
+ "norm_eps": 1e-05,
35
+ "norm_num_groups": 32,
36
+ "num_class_embeds": null,
37
+ "num_train_timesteps": null,
38
+ "out_channels": 1,
39
+ "resnet_time_scale_shift": "default",
40
+ "sample_size": 512,
41
+ "time_embedding_type": "positional",
42
+ "up_block_types": [
43
+ "UpBlock2D",
44
+ "AttnUpBlock2D",
45
+ "UpBlock2D",
46
+ "UpBlock2D",
47
+ "UpBlock2D",
48
+ "UpBlock2D"
49
+ ],
50
+ "upsample_type": "conv"
51
+ }