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
{{ message }}
This repository has been archived by the owner on May 11, 2024. It is now read-only.
When running C++ unit-tests, the program works fine if we use the contents of box 2 (i.e., no gc) for ReLU operations.
However, if we use the contents of box 1 (i.e., gc exists), the program has a segment fault.
What should I do?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running C++ unit-tests, the program works fine if we use the contents of box 2 (i.e., no gc) for ReLU operations.
However, if we use the contents of box 1 (i.e., gc exists), the program has a segment fault.
What should I do?
The text was updated successfully, but these errors were encountered: