aholk commited on
Commit
089050c
·
verified ·
1 Parent(s): 2657d76

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +0 -6
README.md CHANGED
@@ -66,12 +66,6 @@ probs = model.predict_full_image(
66
  masks = (probs > 0.5).astype(np.uint8)
67
  ```
68
 
69
- ## Training Plots
70
-
71
- ![Training Loss](training_loss.png)
72
- ![Dice Curves](dice_curves.png)
73
- ![MCC Curves](mcc_curves.png)
74
- ![Best Validation](best_validation_reconstruction.png)
75
 
76
  ## Citation
77
 
 
66
  masks = (probs > 0.5).astype(np.uint8)
67
  ```
68
 
 
 
 
 
 
 
69
 
70
  ## Citation
71