From c334b5738e9c7ab6ec7894034871eb29105ead4e Mon Sep 17 00:00:00 2001 From: Sergii Dymchenko Date: Fri, 7 Aug 2020 11:43:36 -0700 Subject: [PATCH] Remove docstring for removed parameter (#4734) --- orttraining/orttraining/python/ort_trainer.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/orttraining/orttraining/python/ort_trainer.py b/orttraining/orttraining/python/ort_trainer.py index b350e3c578..0336a6c853 100644 --- a/orttraining/orttraining/python/ort_trainer.py +++ b/orttraining/orttraining/python/ort_trainer.py @@ -574,9 +574,6 @@ class ORTTrainer(): gradient_accumulation_steps: number of training steps to accumulate gradients before averaging and applying them. Defaults to 1. - postprocess_model: a callable to postprocess the ONNX model that is - converted from PyTorch. - Defaults to None. world_rank: rank id used for distributed training. Defaults to 0. world_size: number of ranks participating in distributed training.