Rahuletto commited on
Commit
b38b8a3
Β·
1 Parent(s): 0075336

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
- ![CNN Architecture](benchmarks/architecture.png)
8
 
9
  The CNN model consists of
10
  ### Convolutional Layers:
@@ -61,7 +61,7 @@ The CNN model consists of
61
 
62
  ## Performance
63
 
64
- ![Training Loss](benchmarks/loss.png)
65
  Reaching 0.7227 in Train loss and 0.6557 in Validation loss at epoch 50
66
 
67
 
@@ -79,7 +79,7 @@ Total Accuracy: `81.45%`
79
  - **Ship**: `89.60%`
80
  - **Truck**: `87.90%`
81
 
82
- ![Accuracy Benchmark](benchmarks/accuracy.png)
83
 
84
  ---
85
 
 
4
 
5
  ## Architecture
6
 
7
+ ![CNN Architecture](assets/architecture.png)
8
 
9
  The CNN model consists of
10
  ### Convolutional Layers:
 
61
 
62
  ## Performance
63
 
64
+ ![Training Loss](assets/loss.png)
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
+ ![Accuracy Benchmark](assets/accuracy.png)
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