Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.tensorflow
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.learn.tensorflow
Merge requests
!22
Add a prediction script
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add a prediction script
predict
into
40-adopt-to-the-estimators-api
Overview
2
Commits
6
Pipelines
2
Changes
3
Merged
Amir MOHAMMADI
requested to merge
predict
into
40-adopt-to-the-estimators-api
7 years ago
Overview
2
Commits
6
Pipelines
2
Changes
3
Expand
Modify tfrecords so that they work with predictions rename all scripts to start with "bob_tf_"
0
0
Merge request reports
Viewing commit
c01b17ba
Prev
Next
Show latest version
3 files
+
10
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
c01b17ba
Merge branch 'defaultrunconfig' into predict
· c01b17ba
Amir MOHAMMADI
authored
7 years ago
bob/learn/tensorflow/examples/mnist/mnist_config.py
+
1
−
2
Options
@@ -17,9 +17,8 @@ from __future__ import absolute_import
from
__future__
import
division
from
__future__
import
print_function
#
by default
create reproducible nets:
# create reproducible nets:
from
bob.learn.tensorflow.utils.reproducible
import
run_config
# utils.reproducible import run_config
import
tensorflow
as
tf
from
bob.db.mnist
import
Database
Loading