"git@developer.sourcefind.cn:OpenDAS/torch-cluster.git" did not exist on "fa36a83582c047367e0a95eb50e01543b9de96c7"
fix models for PyTorch v0.4 (remove .data and add _ for the initializations … (#481)
* fix for PyTorch v0.4 (remove .data and add _ for the initializations in nn.init) * fix m.**.**() style to nn.init.**(**) style * remove .idea * fix lines and indents * fix lines and indents * change to use `kaming_normal_` * add `.data` for safety * add nonlinearity='relu' for sure * fix indents
Showing
Please register or sign in to comment