Integrate the structure of train, eval, and predict
1 unresolved thread
1 unresolved thread
Compare changes
Conflict: This file was modified in the source branch, but removed in the target branch.
Ask someone with write access to resolve it.
@@ -70,17 +70,17 @@ def save_predictions(pool, output_dir, key, pred_buffer):
@@ -90,7 +90,8 @@ def save_predictions(pool, output_dir, key, pred_buffer):
@@ -99,11 +100,13 @@ def save_predictions(pool, output_dir, key, pred_buffer):
@@ -184,7 +187,7 @@ def predict_bio(estimator, database, biofiles, bio_predict_input_fn,
@@ -192,34 +195,40 @@ def predict_bio(estimator, database, biofiles, bio_predict_input_fn,
@@ -236,8 +245,11 @@ def predict_bio(estimator, database, biofiles, bio_predict_input_fn,