Add resnet test, convert more modules (#14437)
authorWanchao Liang <wanchaol@users.noreply.github.com>
Tue, 4 Dec 2018 21:40:11 +0000 (13:40 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 4 Dec 2018 21:42:41 +0000 (13:42 -0800)
commit3aba2d99e14c2e2022c72f2ea37d4cf72fa8603a
treeb5bc08c5f6a327f71942c40649a670eda280612e
parent25c9a8b1fce72e706c2cdfd3eafddc301afc6c3b
Add resnet test, convert more modules (#14437)

Summary:
This PR add resnet to test_jit and convert more nn modules, stacked on #14533 and #14715
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14437

Differential Revision: D13325871

Pulled By: wanchaol

fbshipit-source-id: 6c94a988b36794a373af6541c0c262a07291f7b1
test/test_jit.py
torch/nn/modules/conv.py
torch/nn/modules/pooling.py