Closed Mehrzadind closed 4 years ago
Hey , Would yo tell what is this : self.val_index = np.random.randint(0, n - self.vbsize - 5) Because in each batch the indexing is failed.
Please make sure that the vertical batch-size vbsize is sufficiently less than n.
vbsize
n
Hey , Would yo tell what is this : self.val_index = np.random.randint(0, n - self.vbsize - 5) Because in each batch the indexing is failed.