Upload folder using huggingface_hub
Browse files- config.yaml +23 -0
- model.pt +3 -0
config.yaml
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model:
|
2 |
+
target: pixelflow.model.PixelFlowModel
|
3 |
+
params:
|
4 |
+
num_attention_heads: 16
|
5 |
+
attention_head_dim: 72
|
6 |
+
in_channels: 3
|
7 |
+
out_channels: 3
|
8 |
+
depth: 28
|
9 |
+
num_classes: 1000
|
10 |
+
patch_size: 4
|
11 |
+
attention_bias: true
|
12 |
+
scheduler:
|
13 |
+
num_train_timesteps: 1000
|
14 |
+
num_stages: 4
|
15 |
+
pyramid_shift: false
|
16 |
+
data:
|
17 |
+
root: /public/datasets/ILSVRC2012/train
|
18 |
+
center_crop: false
|
19 |
+
resolution: 256
|
20 |
+
expand_ratio: 1.125
|
21 |
+
num_workers: 4
|
22 |
+
batch_size: 4
|
23 |
+
seed: 42
|
model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37863b53bf26a60de50c5c700efde6a42157630c32ce68979020c10ec7cd30bb
|
3 |
+
size 2706601240
|