Skip to content

Commit

Permalink
Fix nncf model export bug (#1346)
Browse files Browse the repository at this point in the history
* Fix method name

* Use public method for model_info

Co-authored-by: Ashwin Vaidya <[email protected]>
  • Loading branch information
ashwinvaidya17 and Ashwin Vaidya authored Nov 8, 2022
1 parent 40b83d2 commit 90ceb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/anomaly/tasks/nncf.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def optimize(

logger.info("Training completed.")

def _model_info(self) -> Dict:
def model_info(self) -> Dict:
"""Return model info to save the model weights.
Returns:
Expand Down

0 comments on commit 90ceb7c

Please sign in to comment.