rajatsen91 / deepglo

This repository contains code for the paper: https://arxiv.org/abs/1905.03806. It also contains scripts to reproduce the results in the paper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Piece of Code

Mehrzadind opened this issue · comments

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.