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
I trained SCUT-FBP5500 dataset by train_model.py, but the "PC (Pearson correlation) mean" = 0.18, while "PC (Pearson correlation) " of your released weight file is 0.93. what's wrong?
The text was updated successfully, but these errors were encountered:
I trained SCUT-FBP5500 dataset by train_model.py, but the "PC (Pearson correlation) mean" = 0.18, while "PC (Pearson correlation) " of your released weight file is 0.93. what's wrong?
I changed "model.layers[0].trainable = False" to "model.layers[0].trainable = True", and trained again, and the PC value is "0.87"
I trained SCUT-FBP5500 dataset by train_model.py, but the "PC (Pearson correlation) mean" = 0.18, while "PC (Pearson correlation) " of your released weight file is 0.93. what's wrong?
The text was updated successfully, but these errors were encountered: