Skip to content
Snippets Groups Projects
Commit bdb48f22 authored by Picon Ruiz, Artzai's avatar Picon Ruiz, Artzai
Browse files

support to run in collab

parent ea7af801
No related branches found
Tags 6.0 6.0.0
No related merge requests found
# -*- coding: utf-8 -*-
# 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
try:
from house_prices_estimation_example_data import generate_simple_regression_model
from house_prices_estimation_example_image import generate_simple_cnn_regression_model
except:
from pilula_deep_learning.house_prices_estimation_example_data import generate_simple_regression_model
from pilula_deep_learning.house_prices_estimation_example_image import generate_simple_cnn_regression_model
__author__ = 106360
import os
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment