AGarioud commited on
Commit
5e60070
1 Parent(s): 40c511a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -224,14 +224,15 @@ The FLAIR-INC_RVBIE_resnet34_unet_15cl_norm model was trained on a HPC/AI resour
224
  FLAIR-INC_RVBIE_resnet34_unet_15cl_norm was obtained for num_epoch=76 with corresponding val_loss=0.56.
225
 
226
 
227
- <div style="position: relative; text-align center;">
228
- <p>TRAIN loss</p>
229
- <img src="train_loss_FLAIR-INC_RGBIE_resnet34_unet_15cl_norm.png" alt="drawing" style="width: 60%;"/>
230
- <p>VALIDATION loss</p>
231
- <img src="val_loss_FLAIR-INC_RGBIE_resnet34_unet_15cl_norm.png" alt="drawing" style="width: 60%;"/>
232
  </div>
233
 
234
 
 
235
  ## Evaluation
236
 
237
  ### Testing Data, Factors & Metrics
@@ -285,9 +286,9 @@ The following illustration gives the resulting confusion matrix :
285
 
286
  <div style="position: relative; text-align center;">
287
  <p>Normalized Confusion Matrix (precision)</p>
288
- <img src="FLAIR-INC_RVBIE_resnet34_unet_15cl_norm_cm-precision.png" alt="drawing" style="width: 70%;"/>
289
  <p>Normalized Confusion Matrix (recall)</p>
290
- <img src="FLAIR-INC_RVBIE_resnet34_unet_15cl_norm_cm-recall.png" alt="drawing" style="width: 70%;"/>
291
  </div>
292
 
293
 
 
224
  FLAIR-INC_RVBIE_resnet34_unet_15cl_norm was obtained for num_epoch=76 with corresponding val_loss=0.56.
225
 
226
 
227
+ <div style="position: relative; text-align: center;">
228
+ <p style="margin: 0;">TRAIN loss</p>
229
+ <img src="train_loss_FLAIR-INC_RGBIE_resnet34_unet_15cl_norm.png" alt="TRAIN loss" style="width: 60%; display: block; margin: 0 auto;"/>
230
+ <p style="margin: 0;">VALIDATION loss</p>
231
+ <img src="val_loss_FLAIR-INC_RGBIE_resnet34_unet_15cl_norm.png" alt="VALIDATION loss" style="width: 60%; display: block; margin: 0 auto;"/>
232
  </div>
233
 
234
 
235
+
236
  ## Evaluation
237
 
238
  ### Testing Data, Factors & Metrics
 
286
 
287
  <div style="position: relative; text-align center;">
288
  <p>Normalized Confusion Matrix (precision)</p>
289
+ <img src="FLAIR-INC_RVBIE_resnet34_unet_15cl_norm_cm-precision.png" alt="drawing" style="width: 70%; display: block; margin: 0 auto;"/>
290
  <p>Normalized Confusion Matrix (recall)</p>
291
+ <img src="FLAIR-INC_RVBIE_resnet34_unet_15cl_norm_cm-recall.png" alt="drawing" style="width: 70%; display: block; margin: 0 auto;"/>
292
  </div>
293
 
294