Update README.md
Browse files
README.md
CHANGED
@@ -34,3 +34,13 @@ some of which contained Cancerous Nodules and some that did not.
|
|
34 |
Upload a grayscale JPG into the model inference section and it will cast a prediction.
|
35 |
One comes included in this repo. If the image contains an X, it is a negative cancer image.
|
36 |
If an image name contains a Y it is positive.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
Upload a grayscale JPG into the model inference section and it will cast a prediction.
|
35 |
One comes included in this repo. If the image contains an X, it is a negative cancer image.
|
36 |
If an image name contains a Y it is positive.
|
37 |
+
|
38 |
+
|
39 |
+
|
40 |
+
## Results
|
41 |
+
```{'eval_loss': 0.3047838807106018,
|
42 |
+
'eval_accuracy': 0.8452380952380952,
|
43 |
+
'eval_runtime': 4.4078,
|
44 |
+
'eval_samples_per_second': 209.627,
|
45 |
+
'eval_steps_per_second': 6.579,
|
46 |
+
'epoch': 6.975778546712803} ```
|