Disabled printing all tf statements
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -176,7 +176,7 @@ def _ssd_val(args: argparse.Namespace) -> None:
|
|||||||
from twomartens.masterthesis import ssd
|
from twomartens.masterthesis import ssd
|
||||||
|
|
||||||
config = tf.ConfigProto()
|
config = tf.ConfigProto()
|
||||||
config.log_device_placement = True
|
config.log_device_placement = False
|
||||||
config.gpu_options.allow_growth = False
|
config.gpu_options.allow_growth = False
|
||||||
tf.enable_eager_execution(config=config)
|
tf.enable_eager_execution(config=config)
|
||||||
batch_size = 16
|
batch_size = 16
|
||||||
|
|||||||
Reference in New Issue
Block a user