fradinho commited on
Commit
c6254c8
·
1 Parent(s): b1af951

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -7,6 +7,8 @@ import tensorflow
7
  import tensorflow as tf
8
  from tensorflow.keras import backend as K
9
 
 
 
10
 
11
  def jacard(y_true, y_pred):
12
  y_true_c = K.flatten(y_true)
 
7
  import tensorflow as tf
8
  from tensorflow.keras import backend as K
9
 
10
+ size = 1024
11
+ pach_size = 256
12
 
13
  def jacard(y_true, y_pred):
14
  y_true_c = K.flatten(y_true)