Hi I am getting following error while training the bot
NotFoundError: /home/kiran/.conda/envs/rasa/lib/python3.7/site-packages/tensorflow_addons/custom_ops/activations/_activation_ops.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs.
I think it has something to do with Tensorflow version, because Rasa recommends below Tensorflow 2.2.0 but I have 2.2.0. I didn’t check by downgrading the Tensorflow, because it it really a pain to manage tensorflow and CUDA compatibility. I tried using docker with rasa image, and it worked.
You can try replace /home/kiran/.conda/envs/rasa/lib/python3.7/site-packages/tensorflow_addons/custom_ops/
from tensorflow addons installed from source.
If you faced with Illegal instruction (core dumped)
Please specify optimization flags to use during compilation when bazel option “–config=opt” is specified [Default is -march=native -Wno-sign-compare]:
-march=native -mno-avx