Closed Kchu closed 5 years ago
Did you use Docker?
Sorry, I don't use docker, but our lab's server assigns everyone a virtual machine-like account.
You should try docker
I've found the problem. The Initialization function nn.init.orthogonal_ caused this question. If we use another function like nn.init.xaviernormal then there won't be this question and code works fine!