Update default sample size (#11)
Browse files- update default sample size (d926f260cdaa9c357a3deb95344a44021dcb9d91)
- transformer/config.json +1 -1
transformer/config.json
CHANGED
@@ -11,5 +11,5 @@
|
|
11 |
"out_channels": 16,
|
12 |
"patch_size": 2,
|
13 |
"pooled_projection_dim": 2048,
|
14 |
-
"sample_size":
|
15 |
}
|
|
|
11 |
"out_channels": 16,
|
12 |
"patch_size": 2,
|
13 |
"pooled_projection_dim": 2048,
|
14 |
+
"sample_size": 64
|
15 |
}
|