Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from glob import glob
|
|
| 12 |
from PIL import Image
|
| 13 |
|
| 14 |
|
| 15 |
-
|
| 16 |
def jaccard_coef(y_true, y_pred):
|
| 17 |
"""
|
| 18 |
Defines custom jaccard coefficient metric
|
|
|
|
| 12 |
from PIL import Image
|
| 13 |
|
| 14 |
|
| 15 |
+
print(tf.__version__)
|
| 16 |
def jaccard_coef(y_true, y_pred):
|
| 17 |
"""
|
| 18 |
Defines custom jaccard coefficient metric
|