sweepai / evals

Apache License 2.0
0 stars 0 forks source link

Add CNN class for MNIST and integrate it into main.py and api.py (āœ“ Sandbox Passed) #158

Closed sweep-nightly[bot] closed 11 months ago

sweep-nightly[bot] commented 11 months ago

Description

This pull request adds a CNN class for MNIST and integrates it into the main.py and api.py files. It also includes changes to the imports and variable names to reflect the new class.

Summary

Fixes #9.


šŸŽ‰ Latest improvements to Sweep:


šŸ’” To get Sweep to edit this pull request, you can:

sweep-nightly[bot] commented 11 months ago

Sandbox Executions

trunk fmt src/cnn.py || exit 0 1/2 āœ“
Checked 1 file
āœ” No issues
Run trunk upgrade to upgrade 1 linter
trunk check --fix --filter=-ruff --print-failures src/cnn.py 2/2 āœ“
Checked 1 file
āœ” No issues

trunk fmt src/main.py || exit 0 1/2 āœ“
 āœ” Formatted src/main.py
Re-checking autofixed files...

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

trunk fmt src/api.py || exit 0 1/2 āœ“
 āœ” Formatted src/api.py
Re-checking autofixed files...

 āœ” Formatted src/api.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/api.py 2/2 āœ“
Checked 1 file
āœ” No issues

sweep-nightly[bot] commented 11 months ago

Apply Sweep Rules to your PR?