Dropout can't be converted into tflite
I'm using Keras 2.1 with TensorFlow backend 1.13. I tried to convert my model into tflite, but found out that dropout layers can't be converted. It does not matter I have Keras dropout or TensorFlow dropout layer. how to skip this issue?