Skip to content

Commit

Permalink
Remove redundant note from quantsim.py
Browse files Browse the repository at this point in the history
Signed-off-by: Ishan Pendse <quic_ipendse@quicinc.com>
  • Loading branch information
quic-ipendse committed Jul 10, 2024
1 parent 606dd84 commit c1f38cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions TrainingExtensions/torch/src/python/aimet_torch/quantsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -1705,9 +1705,6 @@ def _set_activation_encodings(self,
def set_and_freeze_param_encodings(self, encoding_path: str):
"""
Set and freeze parameter encodings from encodings JSON file.
.. note:
The loaded json file should contain ONLY weight encodings. This is different from the json file used in
`load_and_freeze_encodings`, which contains both weight and activation dictionaries.
:param encoding_path: path from where to load parameter encodings file
"""
Expand Down

0 comments on commit c1f38cb

Please sign in to comment.