TF-Keras
jamesdolezal commited on
Commit
28dc729
1 Parent(s): b75897d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -92,7 +92,7 @@ Each whole-slide image was sectioned into smaller images in a grid-wise fashion
92
  - Images have a 10% chance of random Gaussian blur, with sigma between 0.5-2.0
93
  - Images are standardized with `tf.image.per_image_standardization()`
94
  - Images are classified through an Xception block, followed by two hidden layers with dropout (p=0.1) enabled during training
95
- - The loss is cross-entropy, with adenocarcinoma=0 and squamous=1
96
  - Training is completed after 1 epoch
97
 
98
  - **Hardware:** 1 x A100 GPUs
 
92
  - Images have a 10% chance of random Gaussian blur, with sigma between 0.5-2.0
93
  - Images are standardized with `tf.image.per_image_standardization()`
94
  - Images are classified through an Xception block, followed by two hidden layers with dropout (p=0.1) enabled during training
95
+ - The loss is cross-entropy, with ER-negative=0 and ER-positive=1
96
  - Training is completed after 1 epoch
97
 
98
  - **Hardware:** 1 x A100 GPUs