From 939d07afbb7d729e9b790d3ed5aab5b62d7df601 Mon Sep 17 00:00:00 2001
From: tgupta6 <tgupta6@illinois.edu>
Date: Fri, 14 Oct 2016 12:16:59 -0500
Subject: [PATCH] begining to make select_best_model compatible

---
 .../select_best_model.py                                        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/object_attribute_classifier_cached_features/select_best_model.py b/object_attribute_classifier_cached_features/select_best_model.py
index 198ac93..f250ea7 100644
--- a/object_attribute_classifier_cached_features/select_best_model.py
+++ b/object_attribute_classifier_cached_features/select_best_model.py
@@ -48,7 +48,7 @@ def create_batch_generator():
         constants.object_labels_json,
         constants.attribute_labels_json,
         constants.regions_json,
-        constants.genome_train_held_out_region_ids,
+        constants.genome_val_region_ids,
         constants.image_size,
         channels=3,
         resnet_feat_dim = constants.resnet_feat_dim,
-- 
GitLab