mirror of
https://github.com/facebookresearch/ReAgent.git
synced 2026-06-16 12:44:41 +00:00
Summary: Pull Request resolved: https://github.com/facebookresearch/ReAgent/pull/529 Using torch::jit::load has some privacy issues: T93507328 instead we're supposed to load the model as a caffe2:PyTorchPredictorContainer and then extract the pytorch module. Reviewed By: kittipatv Differential Revision: D30285801 fbshipit-source-id: b13330d5a27eec943a46fe13a2be4c203e2e993c
TODO