Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pilula_deep_learning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
comvis_public
pilula_deep_learning
Commits
bdb48f22
Commit
bdb48f22
authored
5 years ago
by
Picon Ruiz, Artzai
Browse files
Options
Downloads
Patches
Plain Diff
support to run in collab
parent
ea7af801
No related branches found
Branches containing commit
Tags
6.0
6.0.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
house_prices_estimation_example_image_and_data.py
+6
-2
6 additions, 2 deletions
house_prices_estimation_example_image_and_data.py
with
6 additions
and
2 deletions
house_prices_estimation_example_image_and_data.py
+
6
−
2
View file @
bdb48f22
# -*- 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment