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
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.
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?