sean
commited on
Commit
·
f7f9660
1
Parent(s):
88e0844
revert
Browse files- README.md +2 -2
- unet/config.json +1 -0
- unet/diffusion_pytorch_model.bin +1 -1
README.md
CHANGED
@@ -37,8 +37,8 @@ on the `CelebA` dataset.
|
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 0.0001
|
40 |
-
- train_batch_size:
|
41 |
-
- eval_batch_size:
|
42 |
- gradient_accumulation_steps: 1
|
43 |
- optimizer: AdamW with betas=(0.95, 0.999), weight_decay=1e-06 and epsilon=1e-08
|
44 |
- lr_scheduler: cosine
|
|
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 0.0001
|
40 |
+
- train_batch_size: 16
|
41 |
+
- eval_batch_size: 1
|
42 |
- gradient_accumulation_steps: 1
|
43 |
- optimizer: AdamW with betas=(0.95, 0.999), weight_decay=1e-06 and epsilon=1e-08
|
44 |
- lr_scheduler: cosine
|
unet/config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.1.3",
|
|
|
4 |
"act_fn": "silu",
|
5 |
"attention_head_dim": 8,
|
6 |
"block_out_channels": [
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.1.3",
|
4 |
+
"_name_or_path": "/root/.cache/huggingface/diffusers/models--shalpin87--diffusion_conditional/snapshots/88e0844f6fa1682e073320f94bb2f1139a40955e/unet",
|
5 |
"act_fn": "silu",
|
6 |
"attention_head_dim": 8,
|
7 |
"block_out_channels": [
|
unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 181516585
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43ec25f1c68678c6a21e0412e38fe1466a76ce336e58414e01b4fd8a3c9c0376
|
3 |
size 181516585
|