hadrilec commited on
Commit
a59f65d
·
1 Parent(s): a9bddc2

new validation plot + README

Browse files
.gitattributes CHANGED
@@ -44,3 +44,17 @@ images/mypix4.png filter=lfs diff=lfs merge=lfs -text
44
  images/mypix5.png filter=lfs diff=lfs merge=lfs -text
45
  images/mypix6.png filter=lfs diff=lfs merge=lfs -text
46
  test.ipynb filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  images/mypix5.png filter=lfs diff=lfs merge=lfs -text
45
  images/mypix6.png filter=lfs diff=lfs merge=lfs -text
46
  test.ipynb filter=lfs diff=lfs merge=lfs -text
47
+ images/mp* filter=lfs diff=lfs merge=lfs -text
48
+ images/mypix11.png filter=lfs diff=lfs merge=lfs -text
49
+ images/mypix16.png filter=lfs diff=lfs merge=lfs -text
50
+ images/mypix17.png filter=lfs diff=lfs merge=lfs -text
51
+ images/mypix7.png filter=lfs diff=lfs merge=lfs -text
52
+ images/mypix8.png filter=lfs diff=lfs merge=lfs -text
53
+ images/mypix9.png filter=lfs diff=lfs merge=lfs -text
54
+ images/mypix10.png filter=lfs diff=lfs merge=lfs -text
55
+ images/mypix12.png filter=lfs diff=lfs merge=lfs -text
56
+ images/mypix13.png filter=lfs diff=lfs merge=lfs -text
57
+ images/mypix14.png filter=lfs diff=lfs merge=lfs -text
58
+ images/mypix15.png filter=lfs diff=lfs merge=lfs -text
59
+ images/mypix18.png filter=lfs diff=lfs merge=lfs -text
60
+ example_sobel.ipynb filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -89,7 +89,7 @@ class Net(nn.Module):
89
 
90
  We provide an example notebook that demonstrates how to train the model:
91
 
92
- [Open the example notebook](./example.ipynb)
93
 
94
  This notebook is intended as a starting point for experimentation and helps you quickly see how to use the dataset in practice.
95
 
 
89
 
90
  We provide an example notebook that demonstrates how to train the model:
91
 
92
+ [Open the example notebook](./example_sobel.ipynb)
93
 
94
  This notebook is intended as a starting point for experimentation and helps you quickly see how to use the dataset in practice.
95
 
images/validation_training_loss.png CHANGED