lola icon indicating copy to clipboard operation
lola copied to clipboard

Transpose of input

Open a7b23 opened this issue 6 years ago • 0 comments

In coin game the input shape is [4,grid_size,grid_size]. Shouldn't the input be transposed before passing to the model in networks.py so that the channel(4) becomes the last dimension?

a7b23 avatar Jul 12 '18 10:07 a7b23