You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Pull Request resolved: https://github.com/pytorch/fx2trt/pull/81
The observer.observe calling signature is observe(module, inputs). But doing partial(observe, inputs) will reverse the order to observe(inputs, module).
Fixing it by using an explicit lambda.
Reviewed By: wushirong
Differential Revision: D36638291
fbshipit-source-id: 64abc0952802d5b438e1013c5ff91a57442900d9
0 commit comments