Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WA and UA of the training set #24

Open
wangdtfyguhjknjbhvgc opened this issue Dec 6, 2024 · 1 comment
Open

WA and UA of the training set #24

wangdtfyguhjknjbhvgc opened this issue Dec 6, 2024 · 1 comment

Comments

@wangdtfyguhjknjbhvgc
Copy link

Hi, I wrote the WA and UA results for each epoch of the training set to tensorboard and found that the accuracy fluctuates around 25% without rising. I tried checking for various issues but did not find a cause. Is this reasonable please? Or is the accuracy rate calculated incorrectly? This question has been bothering me for a long time, and I am very much looking forward to getting your reply!

@wangdtfyguhjknjbhvgc
Copy link
Author

In train_ser.py, def train();
train_loader = torch.utils.data.DataLoader(train_dataset,batch_size=params['batch_size'],shuffle=True)
shuffle should be changed to Fasle. When calculating the WA and UA, the labels dont correspond to the data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant