Skip to content

Instantly share code, notes, and snippets.

@vkuzo
Created December 16, 2020 23:24
Show Gist options
  • Save vkuzo/07af454246f0a68e6fa8929beeec7e0d to your computer and use it in GitHub Desktop.
Save vkuzo/07af454246f0a68e6fa8929beeec7e0d to your computer and use it in GitHub Desktop.
(pytorch) [vasiliy@devgpu108.ash6 ~/local/pytorch] mypy torch/quantization
torch/nn/modules/rnn.py:172: error: Too many arguments for "_cudnn_rnn_flatten_weight" [call-arg]
torch/nn/modules/rnn.py:175: error: Argument 7 to "_cudnn_rnn_flatten_weight" has incompatible type "int"; expect
ed "bool" [arg-type]
Found 2 errors in 1 file (checked 28 source files)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment