Skip to content
Snippets Groups Projects
Commit 5c4af81a authored by Amir MOHAMMADI's avatar Amir MOHAMMADI Committed by Tiago de Freitas Pereira
Browse files

remove template variables

parent a95b53f8
No related branches found
No related tags found
1 merge request!18Monitored training
......@@ -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
......
......@@ -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
......
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