Emmanuel Nunez

Results 1 issues of Emmanuel Nunez

I ran into minor issues when using Python 3. 1) 'xrange' changed to 'range' 2) change the lines of the function, 'create_batches' from `ids=range(data_size)` to ` ids = np.arange(data_size)` which...