tensorflow / hub

A library for transfer learning by reusing parts of TensorFlow models.
https://tensorflow.org/hub
Apache License 2.0
3.49k stars 1.67k forks source link

Illegal instruction (core dumped) #820

Closed Mohammedirfan25 closed 3 years ago

Mohammedirfan25 commented 3 years ago

Screenshot at 2021-11-01 20-31-51

Screenshot at 2021-11-01 20-56-47

Screenshot at 2021-11-01 20-55-10

i am using latest tensorflow and i am getting error. kindly help me to fix this issue. i saw some fixes they said me to use tensorflow version 1.5 but i have to use tensorflow version 2 is there any other ways to fix it?

WGierke commented 3 years ago

Try downgrading tensorflow-estimator to 2.6.0. If you use pip, run pip install -U tensorflow-estimator==2.6.0 as described in #819.

Mohammedirfan25 commented 3 years ago

Thank you for your response. I will try.

On Mon, Nov 1, 2021, 9:01 PM Willi Gierke @.***> wrote:

Try downgrading tensorflow-estimator to 2.6.0. If you use pip, run pip install -U tensorflow-estimator==2.6.0 as described in #819 https://github.com/tensorflow/hub/issues/819.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tensorflow/hub/issues/820#issuecomment-956335644, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANFZUCUH43WM3NTFP4ZW5QDUJ2XGXANCNFSM5HEJG6QA .

Mohammedirfan25 commented 3 years ago

Screenshot at 2021-11-02 09-39-01 it doesn't work.

pindinagesh commented 3 years ago

@Mohammedirfan25

Please refer similar issues which are related to Illegal instruction error(core dumped) issue1 and issue2. Thanks

pindinagesh commented 3 years ago

@Mohammedirfan25

Could you please move this to closed status as it is resolved. Thanks