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 |
-
![show_batch](
|
45 |
|
46 |
#### Learner
|
47 |
Create learner with Dice and JaccardCoeff metrics
|
@@ -51,7 +51,7 @@ learn = unet_learner(dls, resnet34, metrics=[Dice, JaccardCoeff]).to_fp16()
|
|
51 |
|
52 |
#### Learning rate
|
53 |
Learning rate finder
|
54 |
-
![lr_find](
|
55 |
|
56 |
#### Fine tuning
|
57 |
Fine tuning for 12 epochs
|
@@ -73,14 +73,14 @@ epoch train_loss valid_loss dice jaccard_coeff time
|
|
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 |
-
![loss_graph](
|
77 |
|
78 |
#### Results
|
79 |
Visualization of results
|
80 |
-
![show_results](
|
81 |
|
82 |
Top losses
|
83 |
-
![top_losses](
|
84 |
|
85 |
#### Libraries used:
|
86 |
`huggingface_hub.__version__`
|
|
|
41 |
)
|
42 |
```
|
43 |
An sample of training images:
|
44 |
+
![show_batch](show_batch.png)
|
45 |
|
46 |
#### Learner
|
47 |
Create learner with Dice and JaccardCoeff metrics
|
|
|
51 |
|
52 |
#### Learning rate
|
53 |
Learning rate finder
|
54 |
+
![lr_find](lr_find.png)
|
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 |
+
![loss_graph](loss_graph.png)
|
77 |
|
78 |
#### Results
|
79 |
Visualization of results
|
80 |
+
![show_results](show_results.png)
|
81 |
|
82 |
Top losses
|
83 |
+
![top_losses](top_losses.png)
|
84 |
|
85 |
#### Libraries used:
|
86 |
`huggingface_hub.__version__`
|