Unverified Commit e5f2f675 authored by Jay Rodge's avatar Jay Rodge Committed by GitHub
Browse files

Update README.md (#1067)

Fixed a typo
parent bb791585
......@@ -9,7 +9,7 @@ from apex.contrib.sparsity import ASP
## Initializing ASP
Apart from the import statement, it is sufficient to add just the following line of code before the training phase to augment the model and the optimizer for sparse training/infercence:
Apart from the import statement, it is sufficient to add just the following line of code before the training phase to augment the model and the optimizer for sparse training/inference:
```
ASP.prune_trained_model(model, optimizer)
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment