sweepai / evals

Apache License 2.0
0 stars 0 forks source link

Add CNN class for MNIST dataset (✓ Sandbox Passed) #164

Closed sweep-nightly[bot] closed 9 months ago

sweep-nightly[bot] commented 10 months ago

Description

This pull request adds a new CNN class for the MNIST dataset. It also updates the main.py file to use the new CNN class and the train function from the cnn.py file.

Summary

Fixes #9.


🎉 Latest improvements to Sweep:


💡 To get Sweep to edit this pull request, you can:

sweep-nightly[bot] commented 10 months ago

Sandbox Executions

trunk fmt src/cnn.py || exit 0 1/2 ✓
 ✔ Formatted src/cnn.py
Re-checking autofixed files...

Checked 1 file
✔ No issues
trunk check --fix --filter=-ruff --print-failures src/cnn.py 2/2 ✓
Checked 1 file
✔ No issues
Run trunk upgrade to upgrade 1 linter

trunk fmt src/main.py || exit 0 1/2 ✓
 ✔ Formatted src/main.py
Re-checking autofixed files...

 ✔ Formatted src/main.py
Re-checking autofixed files...

Checked 1 file
✔ No issues
Run trunk upgrade to upgrade 1 linter
trunk check --fix --filter=-ruff --print-failures src/main.py 2/2 ✓
Checked 1 file
✔ No issues

sweep-nightly[bot] commented 10 months ago

Apply Sweep Rules to your PR?