load

static QRNN.load(path)[source]

Load a model from a file.

This loads a model that has been stored using the typhon.retrieval.qrnn.QRNN.save() method.

Parameters

path (str) – The path from which to read the model.

Returns

The loaded QRNN object.