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

Add a second variant of MNIST CNN #207

Merged
merged 2 commits into from
Jan 31, 2025

Conversation

sgligorijevicTT
Copy link
Contributor

@sgligorijevicTT sgligorijevicTT commented Jan 29, 2025

Ticket

This addresses a part of #203
Also fixes #204

Problem description

We want to test more variations of CNNs

What's changed

I refactored the folder structure of the tests and added a new test

Checklist

  • New/Existing tests provide coverage for changes

Copy link

github-actions bot commented Jan 29, 2025

TestsPassed ✅Skipped ⚠️Failed
TT-XLA Tests451 ran385 passed66 skipped0 failed
TestResult
No test annotations available

@codecov-commenter
Copy link

codecov-commenter commented Jan 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.03%. Comparing base (c1cb43a) to head (2f4471c).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #207   +/-   ##
=======================================
  Coverage   77.03%   77.03%           
=======================================
  Files          21       21           
  Lines        1006     1006           
=======================================
  Hits          775      775           
  Misses        231      231           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sgligorijevicTT sgligorijevicTT force-pushed the sgligorijevic/add-second-mnist-cnn branch from 58ceeba to 2f4471c Compare January 31, 2025 10:17
@sgligorijevicTT sgligorijevicTT merged commit d960be9 into main Jan 31, 2025
6 checks passed
@sgligorijevicTT sgligorijevicTT deleted the sgligorijevic/add-second-mnist-cnn branch January 31, 2025 17:59
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.

MNIST CNN test fails
3 participants