hadrilec commited on
Commit
8b65830
·
verified ·
1 Parent(s): 50e9411

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -29,7 +29,7 @@ class Net(nn.Module):
29
 
30
  Below is the training vs. validation loss curve:
31
 
32
- ![Training vs Validation Loss](images/validation_training_loss.png)
33
 
34
  ---
35
 
@@ -37,7 +37,7 @@ Below is the training vs. validation loss curve:
37
 
38
  Here is a facet plot showing some **misclassified images** from the validation set:
39
 
40
- ![Misclassified Samples](images/Misclassified_pictures.png)
41
 
42
  ---
43
 
@@ -45,7 +45,7 @@ Here is a facet plot showing some **misclassified images** from the validation s
45
 
46
  Here is a facet plot showing some **well-classified images** from the validation set:
47
 
48
- ![Correctly Classified Samples](images/Well-classified_pictures.png)
49
 
50
 
51
 
 
29
 
30
  Below is the training vs. validation loss curve:
31
 
32
+ ![Training vs Validation Loss](https://huggingface.co/hadrilec/satellite-pictures-classification-ign-france-model/resolve/main/images/validation_training_loss.png)
33
 
34
  ---
35
 
 
37
 
38
  Here is a facet plot showing some **misclassified images** from the validation set:
39
 
40
+ ![Misclassified Samples](https://huggingface.co/hadrilec/satellite-pictures-classification-ign-france-model/resolve/main/images/Misclassified_pictures.png)
41
 
42
  ---
43
 
 
45
 
46
  Here is a facet plot showing some **well-classified images** from the validation set:
47
 
48
+ ![Correctly Classified Samples](https://huggingface.co/hadrilec/satellite-pictures-classification-ign-france-model/resolve/main/images/Well-classified_pictures.png)
49
 
50
 
51