Files like models/__init__.py are currently empty due to which we have to use absolute imports like from pyqna.models.reading_comprehension.transformer_models import TransformerQnAModel.
By adding the corresponding entries in all such files would resolve this issue.
Files like
models/__init__.py
are currently empty due to which we have to use absolute imports likefrom pyqna.models.reading_comprehension.transformer_models import TransformerQnAModel
.By adding the corresponding entries in all such files would resolve this issue.