Nota-NetsPresso / PyNetsPresso

The official NetsPresso Python package.
https://nota-netspresso.github.io/PyNetsPresso/
Apache License 2.0
38 stars 1 forks source link

#199 Change default value of step_size from 8 to 2 #201

Closed Only-bottle closed 6 months ago

Only-bottle commented 6 months ago

Description

Please include a summary in English, of the changes in this pull request. If it closes an issue, please mention it here.

Closes: #199

You should link at least one existing issue for PR. Before your create a PR, please check to see if there is an issue for this change.
PRs from forked repository not accepted.

Change(s)

OPTIONS = Options(step_size=2, step_op=StepOp.ROUND)