Kyon Huang

Results 1 issues of Kyon Huang

Considering that the input of the linear layer is not necessarily only two-dimensional, I think these changes * change `assert len(inp.size()) == 2 and len(out.size()) == 2` to `assert len(inp.size())...