Skip to content

Commit

Permalink
chore: use default rounding threshold in cifar fine tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed Apr 17, 2024
1 parent d7b8d3c commit 47fe458
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ def fhe_compatibility(model: Callable, data: DataLoader) -> Callable:
torch_inputset=data,
show_mlir=False,
output_onnx_file="test.onnx",
rounding_threshold_bits=6,
)

return qmodel
Expand Down

0 comments on commit 47fe458

Please sign in to comment.