save
- QRNN.save(path)[source]
Store the QRNN model in a file.
This stores the model to a file using pickle for all attributes that support pickling. The Keras model is handled separately, since it can not be pickled.
- Parameters:
path (str) – The path including filename indicating where to store the model.