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
Hi shamangary,When I reproduced your code, I found that np.random.shuffle () was found in line 198 of training_and_testing / FSANET_fine_train.py, which would cause the training data for each training session to be inconsistent. I think the training data should be determined in advance and shouldn't shuffle the data in the training code. How do you like it?
Hi shamangary,When I reproduced your code, I found that np.random.shuffle () was found in line 198 of training_and_testing / FSANET_fine_train.py, which would cause the training data for each training session to be inconsistent. I think the training data should be determined in advance and shouldn't shuffle the data in the training code. How do you like it?
FSA-Net/training_and_testing/FSANET_fine_train.py
Line 198 in 3dc37c0
The text was updated successfully, but these errors were encountered: