Skip to content
Snippets Groups Projects
Commit c7ab7e06 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

log_device_placement=True

parent 56ed5b1c
No related branches found
No related tags found
1 merge request!33Changes to the biogenerator
Pipeline #
...@@ -26,7 +26,8 @@ rn.seed(12345) ...@@ -26,7 +26,8 @@ rn.seed(12345)
# For further details, see: # For further details, see:
# https://stackoverflow.com/questions/42022950/which-seeds-have-to-be-set-where-to-realize-100-reproducibility-of-training-res # https://stackoverflow.com/questions/42022950/which-seeds-have-to-be-set-where-to-realize-100-reproducibility-of-training-res
session_config = tf.ConfigProto(intra_op_parallelism_threads=1, session_config = tf.ConfigProto(intra_op_parallelism_threads=1,
inter_op_parallelism_threads=1) inter_op_parallelism_threads=1,
log_device_placement=True)
# The below tf.set_random_seed() will make random number generation # The below tf.set_random_seed() will make random number generation
# in the TensorFlow backend have a well-defined initial state. # in the TensorFlow backend have a well-defined initial state.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment