I recently upgraded to tensorflow 1.4 and wanted to try the eager execution, since it makes what I'm trying to do much easier.
Trying to use the utilities in tf_ops (grouping, sampling, interpolation) raises this error:
AttributeError: op not supported for Eager Tensors.
Is it possible to circumvent this issue without significant effort?
I recently upgraded to tensorflow 1.4 and wanted to try the eager execution, since it makes what I'm trying to do much easier. Trying to use the utilities in tf_ops (grouping, sampling, interpolation) raises this error:
Is it possible to circumvent this issue without significant effort?