Remove docstring for removed parameter (#4734)

This commit is contained in:
Sergii Dymchenko 2020-08-07 11:43:36 -07:00 committed by GitHub
parent b22091dc91
commit c334b5738e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.