Module providing Consciousness Exploration Tools for PyTorch.
Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.
-
consciousnet.plotting.plot_reconstruction_error(data, rec_data, fig=None, outfile=None)[source]¶ Display the reconstruction error.
- Parameters
data : array (N, d)
the reference data.
rec_data : array (N, d)
the reconstructed data.
fig : Figure, default None
a matplotlib figure.
outfile : str, default None
optionally specify a file to save the plot.
- Returns
similarity : dict
the generated similarity metrics.
Follow us