mimbres commited on
Commit
23c3720
1 Parent(s): 94a0f9c

Update amt/src/config/config.py

Browse files
Files changed (1) hide show
  1. 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 = 64
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