zR
commited on
Commit
•
e724b27
1
Parent(s):
23f1c05
fix sample_frames
Browse files- transformer/config.json +2 -2
transformer/config.json
CHANGED
@@ -19,8 +19,8 @@
|
|
19 |
"patch_size": 2,
|
20 |
"patch_size_t": 2,
|
21 |
"sample_frames": 81,
|
22 |
-
"sample_height":
|
23 |
-
"sample_width":
|
24 |
"spatial_interpolation_scale": 1.875,
|
25 |
"temporal_compression_ratio": 4,
|
26 |
"temporal_interpolation_scale": 1.0,
|
|
|
19 |
"patch_size": 2,
|
20 |
"patch_size_t": 2,
|
21 |
"sample_frames": 81,
|
22 |
+
"sample_height": 300,
|
23 |
+
"sample_width": 300,
|
24 |
"spatial_interpolation_scale": 1.875,
|
25 |
"temporal_compression_ratio": 4,
|
26 |
"temporal_interpolation_scale": 1.0,
|