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
it works when compiling but there is an error when running:
*** Error in `./build/dcgan': free(): invalid pointer: 0x00007fff6ab284b8 ***
The case is dcgan.cpp. The othor cpps also have this error except regression.cpp. I assume it is wrong with the nn class.
Someone help pls.