Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Documentation typo fix in DoReFa compression (#3693)
Browse files Browse the repository at this point in the history
Co-authored-by: Darzidehkalani <BehDarzidehkaE@umcg.nl>
Co-authored-by: ErfanDarzi <Erfandarzi@gmail.com>
  • Loading branch information
3 people authored May 28, 2021
1 parent a8879dd commit 5e33520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en_US/Compression/Quantizer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ PyTorch code
config_list = [{
'quant_types': ['weight'],
'quant_bits': 8,
'op_types': 'default'
'op_types': ['default']
}]
quantizer = DoReFaQuantizer(model, config_list)
quantizer.compress()
Expand Down

0 comments on commit 5e33520

Please sign in to comment.