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
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
@nshaud there may be two reasons about this issue.
in the line 1225 of the val function of the models.py, if out.item() in ignored_labels: may be corrected as if pred.item() in ignored_labels:. This results in the incorrect calculation of the validation accuracy;
wrongly used normalization makes the training loss being still high, you could try the SNB normalization (see my recent pulled request).
There are three experimental pictures about above statements (10% samples per class on the Indian Pines data set). When using original settings, I got the first row images. Then I got the second row images if I did 1). Finally, I got the last row images if I did 1) and 2).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: