We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8246e27 commit 3a46a1bCopy full SHA for 3a46a1b
1 file changed
trainNN/scan_genome.py
@@ -16,7 +16,7 @@
16
17
def TFdataset(path, batchsize, dataflag):
18
19
- TFdataset_batched = iterutils.train_TFRecord_dataset(path, batchsize, dataflag, shuffle=False)
+ TFdataset_batched = iterutils.train_TFRecord_dataset(path, batchsize, dataflag, shuffle=False, drop_remainder=False)
20
21
return TFdataset_batched
22
0 commit comments