|
def setup_reconstruction(cov_path: str, mean_path: str, H: np.ndarray, |
Pass acquisition_parameters.patterns to the function to initialize the networks using the Ord argument. By default it corresponds to the the diagonal of the covariance matrix.
NB: the network should be trained with the same subset of patterns.
spas/spas/reconstruction_nn.py
Line 70 in 893daf8
Pass
acquisition_parameters.patternsto the function to initialize the networks using theOrdargument. By default it corresponds to the the diagonal of the covariance matrix.NB: the network should be trained with the same subset of patterns.