pytorch
2aa463d9 - Support switching RemoteModule between train/eval (#59026)

Commit
4 years ago
Support switching RemoteModule between train/eval (#59026) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/59026 #Closes: https://github.com/pytorch/pytorch/issues/51480 Enabled methods train and eval in RemoteModule to call the underlying train/eval methods on the actual nn.Module ghstack-source-id: 130421137 Test Plan: Call these two updated methods in method test_send_remote_module_over_the_wire in remote_module_test.py. To test the correctness, after running method train, the training mode should be set to True; after running method eval, the training mode of the remote module should be set to False. Related test output: ✓ Pass: caffe2/test/distributed/rpc:process_group_agent - test_send_remote_module_over_the_wire (fb.test_process_group_agent.ProcessGroupThreeWorkersRemoteModuleTestWithFork) (23.059) ✓ Pass: caffe2/test/distributed/rpc:thrift_agent - test_send_remote_module_over_the_wire (fb.test_thrift_agent.ThriftThreeWorkersRemoteModuleTestWithFork) (27.965) ✓ Pass: caffe2/test/distributed/rpc:process_group_agent - test_send_remote_module_over_the_wire (test_process_group_agent.ProcessGroupThreeWorkersRemoteModuleTestWithSpawn) (74.481) ✓ Pass: caffe2/test/distributed/rpc:thrift_agent - test_send_remote_module_over_the_wire (fb.test_thrift_agent.ThriftThreeWorkersRemoteModuleTestWithSpawn) (77.243) ✓ Pass: caffe2/test/distributed/rpc:tensorpipe_agent - test_send_remote_module_over_the_wire (fb.test_tensorpipe_agent.TensorPipeThreeWorkersRemoteModuleTestWithFork) (58.644) ✓ Pass: caffe2/test/distributed/rpc:tensorpipe_agent - test_send_remote_module_over_the_wire (test_tensorpipe_agent.TensorPipeThreeWorkersRemoteModuleTestWithSpawn) (90.229) Reviewed By: pritamdamania87, SciPioneer Differential Revision: D28721078 fbshipit-source-id: aa45c1e5755f583200144ecfec3704f28221972c
Author
Lishan Yang
Parents
Loading