-
Notifications
You must be signed in to change notification settings - Fork 584
Feat: add polar consistency test #3327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: add polar consistency test #3327
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Signed-off-by: Anyang Peng <137014849+anyangml@users.noreply.github.com>
for more information, see https://pre-commit.ci
| @property | ||
| def skip_pt(self) -> bool: | ||
| ( | ||
| resnet_dt, |
Check notice
Code scanning / CodeQL
Unused local variable
| def skip_pt(self) -> bool: | ||
| ( | ||
| resnet_dt, | ||
| precision, |
Check notice
Code scanning / CodeQL
Unused local variable
| ( | ||
| resnet_dt, | ||
| precision, | ||
| mixed_types, |
Check notice
Code scanning / CodeQL
Unused local variable
|
|
||
| def build_tf(self, obj: Any, suffix: str) -> Tuple[list, dict]: | ||
| ( | ||
| resnet_dt, |
Check notice
Code scanning / CodeQL
Unused local variable
| def build_tf(self, obj: Any, suffix: str) -> Tuple[list, dict]: | ||
| ( | ||
| resnet_dt, | ||
| precision, |
Check notice
Code scanning / CodeQL
Unused local variable
| def eval_pt(self, pt_obj: Any) -> Any: | ||
| ( | ||
| resnet_dt, | ||
| precision, |
Check notice
Code scanning / CodeQL
Unused local variable
| ( | ||
| resnet_dt, | ||
| precision, | ||
| mixed_types, |
Check notice
Code scanning / CodeQL
Unused local variable
|
|
||
| def eval_dp(self, dp_obj: Any) -> Any: | ||
| ( | ||
| resnet_dt, |
Check notice
Code scanning / CodeQL
Unused local variable
| def eval_dp(self, dp_obj: Any) -> Any: | ||
| ( | ||
| resnet_dt, | ||
| precision, |
Check notice
Code scanning / CodeQL
Unused local variable
| ( | ||
| resnet_dt, | ||
| precision, | ||
| mixed_types, |
Check notice
Code scanning / CodeQL
Unused local variable
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #3327 +/- ##
==========================================
+ Coverage 75.35% 75.38% +0.03%
==========================================
Files 406 406
Lines 34059 34079 +20
Branches 1604 1604
==========================================
+ Hits 25665 25692 +27
+ Misses 7533 7526 -7
Partials 861 861 ☔ View full report in Codecov by Sentry. |
for more information, see https://pre-commit.ci
This PR is to add cross framework consistency test on PolarFittingNet.
Note:
shift_diagnot yet implemented in PT.