diff --git a/house_prices_estimation_example_data.py b/house_prices_estimation_example_data.py index 418f783f42d7a3a504c119f716f15b18421e9d16..c4614874a4e536290ac948ea3b037d8edd6dc4c3 100644 --- a/house_prices_estimation_example_data.py +++ b/house_prices_estimation_example_data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -import set_python_path +# import set_python_path from tensorflow_core.python.keras.engine.input_layer import Input from tensorflow_core.python.keras.layers.core import Dense, Dropout from tensorflow_core.python.keras.models import Sequential, Model diff --git a/house_prices_estimation_example_image.py b/house_prices_estimation_example_image.py index 9a4d731d6a6887f79b4691a09e2d6d6ddece9022..7612f1a00228c346bff43070995ed93791084927 100644 --- a/house_prices_estimation_example_image.py +++ b/house_prices_estimation_example_image.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- import os -import set_python_path +# import set_python_path from tensorflow_core.python.keras.datasets import cifar10 from tensorflow_core.python.keras.engine.input_layer import Input from tensorflow_core.python.keras.layers.convolutional import Conv2D diff --git a/house_prices_estimation_example_image_and_data.py b/house_prices_estimation_example_image_and_data.py index 32e629f89eb41731645f66e00ef400f26c051275..3d630083299f7bebfba10fed905f6595c551789b 100644 --- a/house_prices_estimation_example_image_and_data.py +++ b/house_prices_estimation_example_image_and_data.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -import set_python_path +# import set_python_path from tensorflow_core.python.keras.layers.merge import Concatenate from house_prices_estimation_example_data import generate_simple_regression_model from house_prices_estimation_example_image import generate_simple_cnn_regression_model diff --git a/set_python_path.py b/set_python_path.py deleted file mode 100644 index f78b3b7c8ab29724ee8f298f2fb2e0fbcb83657b..0000000000000000000000000000000000000000 --- a/set_python_path.py +++ /dev/null @@ -1,9 +0,0 @@ -# -*- coding: utf-8 -*- -__author__ = 106360 - -import sys -import os - -curr_path = os.path.dirname(os.path.realpath(__file__)) -sys.path.append(curr_path) -