dpetrini commited on
Commit
eafc5d1
·
verified ·
1 Parent(s): df9934d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -9,4 +9,6 @@ This is the EfficientNet-B3 based multiple-view model from the paper: https://ar
9
 
10
  This model achieved the best (to my knowledge and by the time of the paper) AUC for CBIS-DDSM dataset, using original test division.
11
 
12
- This model achieves an AUC of 0.8658. Considering only the mammograms that has CC and MLO views (N=2.694 total, for training and testing).
 
 
 
9
 
10
  This model achieved the best (to my knowledge and by the time of the paper) AUC for CBIS-DDSM dataset, using original test division.
11
 
12
+ This model achieves an AUC of 0.8658. Considering only the mammograms that has CC and MLO views (N=2.694 total, for training and testing).
13
+
14
+ Please find code and inference instructions here: [https://github.com/dpetrini/multiple-view](https://github.com/dpetrini/multiple-view)