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

#verify : FAILED #42

Open
chen-yu-quan opened this issue Jan 9, 2022 · 4 comments
Open

#verify : FAILED #42

chen-yu-quan opened this issue Jan 9, 2022 · 4 comments

Comments

@chen-yu-quan
Copy link

I just ran the hello_nngen.py then something was happen

It shows
#verify: FAILED

the only thing i know is the matching problem . The data in memory is mismatch with the computed data
but how can I check or solve this

Thanks for doing me a favor

@chen-yu-quan
Copy link
Author

thanks for looking , I already solve

@hanyong97
Copy link

May I knw how you solve?

@chen-yu-quan
Copy link
Author

chen-yu-quan commented Jan 25, 2022

Because of the address . When it is comimg to the verification, you have to check address of the data which is the same as the address of the verified data

@cbalint13
Copy link

cbalint13 commented Apr 17, 2022

@chen-yu-quan , @hanyong97

# fix some tests
find {tests,examples} -name '*.py' -exec \
  sed -i "s|verify_rslt == '# verify: PASSED'|'# verify: PASSED' in rslt|g" {} +
find {tests,examples} -name '*.py' -exec \
  sed -i "s|expected_rslt == rslt|expected_rslt in rslt|" {} +

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

3 participants