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
make DEBUG=y
cd test
valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --num-callers=20 --track-fds=yes python run_one.py Conv.py | & tee val.log
Inspect val.log to find
==26696== Conditional jump or move depends on uninitialised value(s)
...
==26696== Invalid read of size 4
Fixing these leaks locally will likely fix the crash in colab too.
The text was updated successfully, but these errors were encountered:
Test may not crash on internal machines, it consistently crashes on google colab - a platform we support.
how to reproduce on Colab
How to profile using valgrind
Inspect val.log to find
Fixing these leaks locally will likely fix the crash in colab too.
The text was updated successfully, but these errors were encountered: