Update README.md
Browse files
README.md
CHANGED
@@ -193,7 +193,7 @@ Statistics of the TRAIN+VALIDATION set :
|
|
193 |
#### Training Hyperparameters
|
194 |
|
195 |
```yaml
|
196 |
-
- Model architecture: Unet (implementation from the [Segmentation Models Pytorch library](https://segmentation-modelspytorch.readthedocs.io/en/latest/docs/api.html#unet))
|
197 |
- Encoder : mit-b5 pre-trained with ImageNet
|
198 |
- Augmentation :
|
199 |
- VerticalFlip(p=0.5)
|
|
|
193 |
#### Training Hyperparameters
|
194 |
|
195 |
```yaml
|
196 |
+
- Model architecture: Unet #(implementation from the [Segmentation Models Pytorch library](https://segmentation-modelspytorch.readthedocs.io/en/latest/docs/api.html#unet))
|
197 |
- Encoder : mit-b5 pre-trained with ImageNet
|
198 |
- Augmentation :
|
199 |
- VerticalFlip(p=0.5)
|