Spaces:
Build error
Build error
Update amt/src/config/config.py
Browse files- amt/src/config/config.py +1 -1
amt/src/config/config.py
CHANGED
@@ -3,7 +3,7 @@ import numpy as np
|
|
3 |
import torch
|
4 |
|
5 |
if torch.cuda.is_available():
|
6 |
-
TEST_BSZ =
|
7 |
else:
|
8 |
TEST_BSZ = 16
|
9 |
# yapf: disable
|
|
|
3 |
import torch
|
4 |
|
5 |
if torch.cuda.is_available():
|
6 |
+
TEST_BSZ = 128
|
7 |
else:
|
8 |
TEST_BSZ = 16
|
9 |
# yapf: disable
|