ankane / tensorflow-ruby

Deep learning for Ruby
Apache License 2.0
373 stars 14 forks source link

NoMethodError: undefined method `TFE_Execute' for TensorFlow::FFI:Module #7

Closed kojix2 closed 4 years ago

kojix2 commented 4 years ago

Errors

FFI::NotFoundError: Function 'TFE_OpAddInputList' not found in [libtensorflow.so]
NoMethodError: undefined method `TFE_Execute' for TensorFlow::FFI:Module
Did you mean?  TFE_OpGetDevice

Solved

Upgrading Tensorflow to 1.14.0 Tensorflow's Chinese, Japanese and Korean official pages are old. If you see a link for version 1.13.1, you should go to the English page and download the latest version.

ankane commented 4 years ago

Thanks for following up with the solution @kojix2!