sweepai / evals

Apache License 2.0
0 stars 0 forks source link

Add CNN class and integrate it into main.py and api.py (✓ Sandbox Passed) #165

Open sweep-nightly[bot] opened 11 months ago

sweep-nightly[bot] commented 11 months ago

Description

This pull request adds a new CNN class to the cnn.py file and integrates it into the main.py and api.py files. The CNN class is responsible for training a convolutional neural network on the MNIST dataset.

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 ✓
 ✔ 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

sweep-nightly[bot] commented 11 months ago

Apply Sweep Rules to your PR?