We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e06129 commit 66c9c3bCopy full SHA for 66c9c3b
scoutbot/wic/dataloader.py
@@ -7,7 +7,7 @@
7
import torchvision
8
import utool as ut
9
10
-BATCH_SIZE = int(os.getenv('WIC_BATCH_SIZE', 256))
+BATCH_SIZE = int(os.getenv('WIC_BATCH_SIZE', 160))
11
INPUT_SIZE = 224
12
13
0 commit comments