charlesq34 / pointnet2

PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space
Other
3.17k stars 902 forks source link

Tensorflow >= 1.4, eager execution #14

Open mf27 opened 6 years ago

mf27 commented 6 years ago

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?

charlesq34 commented 6 years ago

Hi @mf27 I'm not familiar with Eager execution yet. Will have a check and see if it could work