Transpose of input
Open
- Dominant language
- Jupyter Notebook
- Stars
- 156
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.