liuzh91 opened a new pull request #16957: Include eval_net the validation model in the estimator api URL: https://github.com/apache/incubator-mxnet/pull/16957 ## Description ## We add validation model eval_net to the base estimator API. Users may use different models during training and validation. In this PR, we make the following contribution: - We add the implementation of eval_net in the estimator class - We add unit test for the introduced feature to ensure that parameter sharing works correctly for self.eval_net and self.net Fixes issue #16942.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
