refactor: changing folder structure
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ A PyTorch implementation of a Convolutional Neural Network (CNN) for image class
|
|
| 4 |
|
| 5 |
## Architecture
|
| 6 |
|
| 7 |
-

|
| 8 |
|
| 9 |
The CNN model consists of
|
| 10 |
### Convolutional Layers:
|
|
|
|
| 61 |
|
| 62 |
## Performance
|
| 63 |
|
| 64 |
+

|
| 65 |
Reaching 0.7227 in Train loss and 0.6557 in Validation loss at epoch 50
|
| 66 |
|
| 67 |
|
|
|
|
| 79 |
- **Ship**: `89.60%`
|
| 80 |
- **Truck**: `87.90%`
|
| 81 |
|
| 82 |
+

|
| 83 |
|
| 84 |
---
|
| 85 |
|
{benchmarks β assets}/accuracy.png
RENAMED
|
File without changes
|
{benchmarks β assets}/architecture.png
RENAMED
|
File without changes
|
{benchmarks β assets}/classes.png
RENAMED
|
File without changes
|
{benchmarks β assets}/loss.png
RENAMED
|
File without changes
|