Markel Sanz Ausin

Results 1 comments of Markel Sanz Ausin

I would suggest exporting them as different traces with different names. That seems to work for me. Instead of this: ```python with writer.as_default(): tf.summary.trace_on() foo(1) foo(2) tf.summary.trace_export("foo") ``` Do this:...