Skip to content

image.rotate Segfault with TensorFlow 2.2.0rc0 and tf-nightly #1298

Closed
@MarkDaoust

Description

@MarkDaoust

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04):

    • Colab
    • MacOs 10.15.3
  • TensorFlow version and how it was installed (source or binary):

    • !pip install tensorflow==2.2.0rc0
    • !pip install tf-nightly==* # All nightlies I can see are affectd.
  • TensorFlow-Addons version and how it was installed (source or binary):

    • pip install tensorflow_addons==0.8.3
    • pip install tfa-nightly
  • Python version:

    • Colab: 3.6.9
    • macOS: 3.7.5
  • Is GPU used? (yes/no):

    • No.

Describe the bug

tfa.image.rotate segfaults.

It's the only tfa op I tried.

Code to reproduce the issue

Colab:

https://drive.google.com/open?id=1T5le-3aLhzsxa62uFGOsc6UpzzTEwN3a

Easy to reproduce locally on my macbook.

Other info / logs

See notebook.

I followed it in python up to this line: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/eager/execute.py#L59

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions