Sam Matzek

Results 7 comments of Sam Matzek

When `tier5k` is updated to `fixed` will the `tier5k` value still be supported for backward compatibility?

@aaudiber The stack after the memory region dump mentions FusedBatchNorm. ``` 2020-02-28 16:35:54.147979: W tensorflow/core/framework/op_kernel.cc:1732] OP_REQUIRES failed at fused_batch_norm_op.cc:1181 : Resource exhausted: OOM when allocating tensor with shape[1,256,1250,1250] and type...

I gutted the random_image_generator and it does **NOT** hang for me. Code: ```python import tensorflow as tf from tensorflow.keras import backend as K import numpy as np image_dim = 5000...

As noted in the original issue description, this hang on OOM did not occur on TF 1.15. The image generator is only calling out to tf.keras and numpy. So this...

In my diff I noticed that the entire ParallelMapIterator class is new between 2.0.0 and 2.1.0. I spent over an hour investigating the code and following its waits/notifies. As far...

@sushreebarsa I see the gist failing with `InvalidArgumentError: Default MaxPoolingOp only supports NHWC on device type CPU` rather than an out of memory error. The [gist from June 23](https://colab.research.google.com/gist/sushreebarsa/b6d69794a8890503affb90f658e3da4d/untitled299.ipynb#scrollTo=juXh8fO8n5in), IS...

Thanks for replying @ismirlia. The creation of empty VSIs works from the GUI, the CLI, and the API when it doesn't work from Terraform so I'm not sure it's the...