640
Browse files- .gitignore +1 -1
- samples/unet_192x384_0.jpg +2 -2
- samples/unet_256x384_0.jpg +2 -2
- samples/unet_320x384_0.jpg +2 -2
- samples/unet_384x192_0.jpg +2 -2
- samples/unet_384x256_0.jpg +2 -2
- samples/unet_384x320_0.jpg +2 -2
- samples/unet_384x384_0.jpg +2 -2
- samples/unet_384x640_0.jpg +3 -0
- samples/unet_448x640_0.jpg +3 -0
- samples/unet_512x640_0.jpg +3 -0
- samples/unet_576x640_0.jpg +3 -0
- samples/unet_640x384_0.jpg +3 -0
- samples/unet_640x448_0.jpg +3 -0
- samples/unet_640x512_0.jpg +3 -0
- samples/unet_640x576_0.jpg +3 -0
- samples/unet_640x640_0.jpg +3 -0
- src/dataset_sample.ipynb +0 -0
- train.py +4 -4
- unet/diffusion_pytorch_model.safetensors +1 -1
.gitignore
CHANGED
|
@@ -8,7 +8,7 @@ src/samples
|
|
| 8 |
# cache
|
| 9 |
cache
|
| 10 |
datasets/mjnj
|
| 11 |
-
|
| 12 |
test
|
| 13 |
wandb
|
| 14 |
nohup.out
|
|
|
|
| 8 |
# cache
|
| 9 |
cache
|
| 10 |
datasets/mjnj
|
| 11 |
+
datasets/640
|
| 12 |
test
|
| 13 |
wandb
|
| 14 |
nohup.out
|
samples/unet_192x384_0.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
samples/unet_256x384_0.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
samples/unet_320x384_0.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
samples/unet_384x192_0.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
samples/unet_384x256_0.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
samples/unet_384x320_0.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
samples/unet_384x384_0.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
samples/unet_384x640_0.jpg
ADDED
|
Git LFS Details
|
samples/unet_448x640_0.jpg
ADDED
|
Git LFS Details
|
samples/unet_512x640_0.jpg
ADDED
|
Git LFS Details
|
samples/unet_576x640_0.jpg
ADDED
|
Git LFS Details
|
samples/unet_640x384_0.jpg
ADDED
|
Git LFS Details
|
samples/unet_640x448_0.jpg
ADDED
|
Git LFS Details
|
samples/unet_640x512_0.jpg
ADDED
|
Git LFS Details
|
samples/unet_640x576_0.jpg
ADDED
|
Git LFS Details
|
samples/unet_640x640_0.jpg
ADDED
|
Git LFS Details
|
src/dataset_sample.ipynb
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train.py
CHANGED
|
@@ -26,11 +26,11 @@ import torch.nn.functional as F
|
|
| 26 |
from collections import deque
|
| 27 |
|
| 28 |
# --------------------------- Параметры ---------------------------
|
| 29 |
-
ds_path = "/workspace/sdxs3d/datasets/
|
| 30 |
project = "unet"
|
| 31 |
-
batch_size =
|
| 32 |
-
base_learning_rate =
|
| 33 |
-
min_learning_rate =
|
| 34 |
num_epochs = 100
|
| 35 |
# samples/save per epoch
|
| 36 |
sample_interval_share = 2
|
|
|
|
| 26 |
from collections import deque
|
| 27 |
|
| 28 |
# --------------------------- Параметры ---------------------------
|
| 29 |
+
ds_path = "/workspace/sdxs3d/datasets/640"
|
| 30 |
project = "unet"
|
| 31 |
+
batch_size = 64
|
| 32 |
+
base_learning_rate = 6e-5
|
| 33 |
+
min_learning_rate = 1e-5
|
| 34 |
num_epochs = 100
|
| 35 |
# samples/save per epoch
|
| 36 |
sample_interval_share = 2
|
unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6184944280
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:904f55427886ce9f62f796950c6b6425b42ad02a6f5940f2abc6bb50b33924c9
|
| 3 |
size 6184944280
|