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

A small error founded in your code. #2

Open
Spring-wind opened this issue Jun 19, 2020 · 0 comments
Open

A small error founded in your code. #2

Spring-wind opened this issue Jun 19, 2020 · 0 comments

Comments

@Spring-wind
Copy link

Thank you very much for sharing you code!
I have found a small error in line 38 of 'NLSTF.m' and line 38 of 'NLSTM_SMBF.m', where 'n=ceil(gg(i)/num2);' should change to 'n=ceil(gg(i)/num1);'
When your dataset's width and height are not equal, the original code can't work. I found that's because the column 'm' is calculated incorrectly. By changing 'num2' to 'num1', it works!

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