AGarioud commited on
Commit
d74c5e3
1 Parent(s): 781941e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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)