Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ dls = SegmentationDataLoaders.from_label_func(
|
|
41 |
)
|
42 |
```
|
43 |
An sample of training images:
|
44 |
-
.to_fp16()
|
|
51 |
|
52 |
#### Learning rate
|
53 |
Learning rate finder
|
54 |
-

|
42 |
```
|
43 |
An sample of training images:
|
44 |
+

|
45 |
|
46 |
#### Learner
|
47 |
Create learner with Dice and JaccardCoeff metrics
|
|
|
51 |
|
52 |
#### Learning rate
|
53 |
Learning rate finder
|
54 |
+

|
55 |
|
56 |
#### Fine tuning
|
57 |
Fine tuning for 12 epochs
|
|
|
73 |
10 0.143541 0.158669 0.833519 0.714559 00:39
|
74 |
11 0.140083 0.159437 0.832745 0.713422 00:38
|
75 |
```
|
76 |
+

|
77 |
|
78 |
#### Results
|
79 |
Visualization of results
|
80 |
+

|
81 |
|
82 |
Top losses
|
83 |
+

|
84 |
|
85 |
#### Libraries used:
|
86 |
`huggingface_hub.__version__`
|