Load a model from a file.
This loads a model that has been stored using the typhon.retrieval.qrnn.QRNN.save() method.
typhon.retrieval.qrnn.QRNN.save()
path (str) – The path from which to read the model.
The loaded QRNN object.