You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the CAREamist returns a dictionary containing the data to be plotted to see the loss curves. In the near future, there will be a convenience function to plot noise models, but it will not be integrated in CAREamics.
Potential solution
We should create an optional dependency on careamics.plot to have convenience functions for such plots.
Alternatively, we could depend on matplotlib and simply have them in the main code base.
The text was updated successfully, but these errors were encountered:
Problem
Currently the
CAREamist
returns a dictionary containing the data to be plotted to see the loss curves. In the near future, there will be a convenience function to plot noise models, but it will not be integrated in CAREamics.Potential solution
We should create an optional dependency on
careamics.plot
to have convenience functions for such plots.Alternatively, we could depend on
matplotlib
and simply have them in the main code base.The text was updated successfully, but these errors were encountered: