Browse Source

Delete of models submodule

Jérôme BUISINE 4 years ago
parent
commit
9f25d747c8
2 changed files with 0 additions and 8 deletions
  1. 0 0
      models/__init__.py
  2. 0 8
      models/metrics.py

+ 0 - 0
models/__init__.py


+ 0 - 8
models/metrics.py

@@ -1,8 +0,0 @@
-from keras import backend as K
-import tensorflow as tf
-
-def auc(y_true, y_pred):
-    auc = tf.metrics.auc(y_true, y_pred)[1]
-    K.get_session().run(tf.local_variables_initializer())
-    
-    return auc