AndreyOrb

Results 13 comments of AndreyOrb

Hi. Is there any estimated time to resolve the issue?

I had the same exception with TF 2.8 ValueError: Node '/BatchNorm/cond/FusedBatchNorm_1_grad/FusedBatchNormGrad' has an _output_shapes attribute inconsistent with the GraphDef for output #3: Dimension 0 in both shapes must be equal,...

I got a Keras SavedModel from another data scientist and want to see the graph in TensorBoard. I faced the same Malformed GraphDef issue, using TF 2.8 ``` import tensorflow...

> I was facing this issue as well. Found out that switching the _verbose_-type from 2 to 1 in the _model.fit()_-function solved the problem. This might help somebody here, too....

I'd appreciate this feature, too.

Is there any progress with this issue?

It will not work because a new process forks from the existing one. It will execute again all lines, including imports and "tp = TraceProfiler(output=open('trace.out', 'w'))" But the file "trace.out"...