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
generator_test_v2(79319,0x105d775c0) malloc: *** error for object 0x7fa66cc25010: pointer being freed was not allocated
generator_test_v2(79319,0x105d775c0) malloc: *** set a breakpoint in malloc_error_break to debug
This happens when try to go:
weight_generator->addWeight(it->layer->W);
...
In code_generator.cpp
I've been getting this bug for a few weeks
The text was updated successfully, but these errors were encountered:
sarahaguasvivas
changed the title
malloc: *** error for object 0x7fa66cc25010: pointer being freed was not allocated
~Tensor(): malloc: *** error for object 0x7fa66cc25010: pointer being freed was not allocated
Aug 26, 2019
generator_test_v2(79319,0x105d775c0) malloc: *** error for object 0x7fa66cc25010: pointer being freed was not allocated
generator_test_v2(79319,0x105d775c0) malloc: *** set a breakpoint in malloc_error_break to debug
This happens when try to go:
weight_generator->addWeight(it->layer->W);
...
In code_generator.cpp
I've been getting this bug for a few weeks
The text was updated successfully, but these errors were encountered: