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
In MSFR_pipeline.py line 78, should "if self.save_loss > np.mean(loss_list):" be "if self.save_loss < np.mean(loss_list):" instead?
as I tested, the loss decreases during training.
The text was updated successfully, but these errors were encountered:
https://github.com/Ehteshamciitwah/MSFR/blob/3bf6415a68dc1ba4b9fdc5fbef724ca1345ce8b8/models/MSFR/MSFR_pipeline.py#L78C1-L78C52
In MSFR_pipeline.py line 78, should "
if self.save_loss > np.mean(loss_list):
" be "if self.save_loss < np.mean(loss_list):
" instead?as I tested, the loss decreases during training.
The text was updated successfully, but these errors were encountered: