Closed AnnaKwa closed 1 year ago
Currently the HybridReservoirModel.predict method does
HybridReservoirModel.predict
readout_input = np.concatenate([readout_input_from_reservoir, hybrid_input])
to combine the two sources of input to the readout layer. This is incorrect since the hidden state and hybrid inputs for each subdomain need to be continuous in the final array.
Currently the
HybridReservoirModel.predict
method doesto combine the two sources of input to the readout layer. This is incorrect since the hidden state and hybrid inputs for each subdomain need to be continuous in the final array.