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 d033748 commit 3f2fc55Copy full SHA for 3f2fc55
src/loop
@@ -110,6 +110,8 @@ def main():
110
os.environ['TF_DETERMINISTIC_OPS']=FLAGS.deterministic
111
os.environ['TF_DISABLE_SPARSE_SOFTMAX_XENT_WITH_LOGITS_OP_DETERMINISM_EXCEPTIONS']=FLAGS.deterministic
112
113
+ np.set_printoptions(linewidth=np.inf)
114
+
115
if FLAGS.igpu:
116
physical_devices = tf.config.list_physical_devices('GPU')
117
if re.search('[a-zA-Z]', FLAGS.igpu):
0 commit comments