Skip to content
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

Demo version of ResNet 50 #1133

Merged
merged 1 commit into from
Jan 30, 2025
Merged

Demo version of ResNet 50 #1133

merged 1 commit into from
Jan 30, 2025

Conversation

nvukobratTT
Copy link
Contributor

Ticket

Fix #1132

Problem description

Confirm that ResNet 50 works with valid demo (image classification).

What's changed

Created demo version of ResNet 50 that runs on a few images and outputs a table for CPU comparison (predicted class and confidence score).

Additionally, unified existing ResNet tests into a single file.

Checklist

  • New/Existing tests provide coverage for changes

Copy link

TestsPassed ❌️SkippedFailed
TT-Forge-FE Tests0 ran0 passed0 skipped0 failed
TestResult
No test annotations available

Created demo version of ResNet 50 that runs on a few images and outputs
a table for CPU comparison (predicted class and confidence score)

Additionally, unified existing ResNet tests into a single file.

Fix #1132
@nvukobratTT nvukobratTT force-pushed the nvukobrat/resnet_unification branch from b00dab8 to 451a899 Compare January 29, 2025 17:21
Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests496 ran436 passed60 skipped0 failed
TestResult
No test annotations available

Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests555 ran474 passed81 skipped0 failed
TestResult
No test annotations available

@nvukobratTT nvukobratTT enabled auto-merge (squash) January 30, 2025 07:26
@nvukobratTT nvukobratTT merged commit 951cb38 into main Jan 30, 2025
6 checks passed
@nvukobratTT nvukobratTT deleted the nvukobrat/resnet_unification branch January 30, 2025 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create demo version of ResNet 50
2 participants