Skip to content

Commit

Permalink
change to val
Browse files Browse the repository at this point in the history
  • Loading branch information
leohsuofnthu committed Mar 31, 2020
1 parent a9dba28 commit 4a926d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# Todo: Figure out why batch size = 1 cause memory issue
valid_dataset = dataset_coco.prepare_dataloader(tfrecord_dir="../data/coco",
batch_size=1,
subset='train')
subset='val')
anchors = anchorobj.get_anchors()
tf.print(tf.shape(anchors))

Expand Down

0 comments on commit 4a926d1

Please sign in to comment.