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

Question about LSTM #27

Open
lindingintel opened this issue Nov 20, 2022 · 0 comments
Open

Question about LSTM #27

lindingintel opened this issue Nov 20, 2022 · 0 comments

Comments

@lindingintel
Copy link

Hi Tianyi,

I am trying to reproduce your method on VVEnc, I just use your training code and the same network, except that I generate residual with IME for each 8x8 in the 64x64 and use slice qp instead of sequence qp.

Then I try to predict with your provided model, both LDP-CNN and LDP-LSTM. For 32x32 block, setting threshold to 0.5, LDP-CNN model can get about 75% accuracy, while LSTM get a very low accuracy. I also try to train LDP-CNN and LDP-LSTM with my data, similarly, LDP-CNN can get about 75% accuracy, but LSTM get about 60%.

I use the same training and validation dataset for LDP-CNN and LDP-LSTM, I just don't know what is the problem with LSTM? Is LSTM a good method for prediction from your point of view?

Besides, how do you calculate accuracy? The average accuracy for all the samples, or the average of negative sample accuracy and positive sample accuracy?

Looking for your reply, best regards !!!

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