Skip to content

Commit 78a33db

Browse files
authored
Fix batch size (#15)
1 parent 8db8ea1 commit 78a33db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: trax/supervised/configs/funnel_imagenet32.gin

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ import trax.supervised.trainer_lib
2121
# Parameters for batcher:
2222
# ==============================================================================
2323
batcher.data_streams = @tf_inputs.data_streams
24-
batcher.batch_size_per_device = 4
24+
batcher.batch_size_per_device = 1
2525
batcher.eval_batch_size = 8
2626
batcher.max_eval_length = 3072 # 32 * 32 * 3
27+
batcher.variable_shapes = False
2728

2829
# Parameters for data_streams:
2930
# ==============================================================================

0 commit comments

Comments
 (0)