Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tensorflow_model_optimization/g3doc/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ network layers) have been pruned, introducing zeros to the parameter tensors.
Clustered models are those where the original model's parameters are replaced
with a smaller number of unique values.

### Collaborative optimizaiton
### Collaborative optimization

The toolkit provides experimental support for collaborative optimization. This
enables you to benefit from combining several model compression techniques and
Expand Down
Loading