fynance.models.neural_network.BaseNeuralNet.load_model

BaseNeuralNet.load_model(path, load_optimizer=False)

Save the model with this weights and parameters.

Parameters:
path : str or os.PathLike object

Path to load the model.

load_optimizer : bool, optional

If True, then load also the optimizer.