We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a00bb commit 0e3aefdCopy full SHA for 0e3aefd
python/params.py
@@ -98,7 +98,7 @@
98
"""TensorFlow random seed.""")
99
tf.flags.DEFINE_boolean('log_device_placement', False,
100
"""Whether to log device placement.""")
101
-tf.flags.DEFINE_boolean('allow_vram_growth', False,
+tf.flags.DEFINE_boolean('allow_vram_growth', True,
102
"""Allow TensorFlow to allocate VRAM as needed,
103
as opposed to allocating the whole VRAM at program start.""")
104
0 commit comments