You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testDs=testDs.batch(batchSizeInt, drop_remainder=False) #do NOT drop the last batch (maybe incomplete, i.e. smaller, because batch size doesn't integer divide chrom size)
106
+
testDs=testDs.batch(batchsize, drop_remainder=False) #do NOT drop the last batch (maybe incomplete, i.e. smaller, because batch size doesn't integer divide chrom size)
99
107
#if validationmatrix is not None:
100
108
# testDs = testDs.map(lambda x, y: x) #drop the target matrices (they are for evaluation)
0 commit comments