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
Commits
5c4af81a
Commit
5c4af81a
authored
7 years ago
by
Amir MOHAMMADI
Committed by
Tiago de Freitas Pereira
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
remove template variables
parent
a95b53f8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!18
Monitored training
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bob/learn/tensorflow/script/eval_generic.py
+2
-2
2 additions, 2 deletions
bob/learn/tensorflow/script/eval_generic.py
bob/learn/tensorflow/script/train_generic.py
+2
-2
2 additions, 2 deletions
bob/learn/tensorflow/script/train_generic.py
with
4 additions
and
4 deletions
bob/learn/tensorflow/script/eval_generic.py
+
2
−
2
View file @
5c4af81a
...
...
@@ -39,8 +39,8 @@ Example configuration::
import tensorflow as tf
from bob.learn.tensorflow.utils.tfrecords import batch_data_and_labels
model_dir =
"
%(
model_dir
)s
"
tfrecord_filenames = [
'
%(
tfrecord_filenames
)s
'
]
model_dir =
'
model_dir
'
tfrecord_filenames = [
'
tfrecord_filenames
'
]
data_shape = (1, 112, 92) # size of atnt images
data_type = tf.uint8
batch_size = 2
...
...
This diff is collapsed.
Click to expand it.
bob/learn/tensorflow/script/train_generic.py
+
2
−
2
View file @
5c4af81a
...
...
@@ -37,8 +37,8 @@ Example configuration::
import tensorflow as tf
from bob.learn.tensorflow.utils.tfrecords import shuffle_data_and_labels
model_dir =
"
%(
model_dir
)s
"
tfrecord_filenames = [
'
%(
tfrecord_filenames
)s
'
]
model_dir =
'
model_dir
'
tfrecord_filenames = [
'
tfrecord_filenames
'
]
data_shape = (1, 112, 92) # size of atnt images
data_type = tf.uint8
batch_size = 2
...
...
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