Fixed prepare_data file and workbenches for running multiple instances at once
This commit is contained in:
parent
e26358deeb
commit
d76132b64f
|
@ -75,8 +75,8 @@ class Data:
|
||||||
self.y_train = np.concatenate((self.y_train, self.y_test), axis=0)
|
self.y_train = np.concatenate((self.y_train, self.y_test), axis=0)
|
||||||
|
|
||||||
self.x_test = self.x_validate
|
self.x_test = self.x_validate
|
||||||
self.x_other_features_train = self.x_other_features_validate
|
self.x_other_features_test = self.x_other_features_validate
|
||||||
self.y_train = self.y_validate
|
self.y_test = self.y_validate
|
||||||
|
|
||||||
def _generate_inputs(self, content_location, content_shuffle_vector_location, shuffle_vector_location, test_and_validation_size, train_path,
|
def _generate_inputs(self, content_location, content_shuffle_vector_location, shuffle_vector_location, test_and_validation_size, train_path,
|
||||||
test_path, validate_path):
|
test_path, validate_path):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user