-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempt to free invalid pointer #26
Comments
Here is the full stack trace: Date/Time: 2017-08-02 23:02:21.840 -0400 Time Awake Since Boot: 6500 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Application Specific Information: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread Thread 1: Thread 2: Thread 3: Thread 4: Thread 5: Thread 6: Thread 0 crashed with X86 Thread State (64-bit): Logical CPU: 0 Binary Images: External Modification Summary: VM Region Summary:
REGION TYPE SIZE COUNT (non-coalesced) Model: MacBookPro13,3, BootROM MBP133.0226.B15, 4 processors, Intel Core i7, 2.7 GHz, 16 GB, SMC 2.38f7 |
@vbisbest I am getting the same error, were you able to solve it? |
Sorry to hear that. The current code has not been tested on OSX (as we don't have a MAC with fancy GPUs. ) |
@BKHMSI yes. I made a video on how to set it up on OSX. https://www.youtube.com/watch?v=IORcb4lQlxQ |
Thanks a lot! @vbisbest |
Running this command on OSX
python ideepcolor.py --cpu_mode
Output:
.......0802 22:28:50.943502 3958428608 upgrade_proto.cpp:77] Attempting to upgrade batch norm layers using deprecated params: ./models/reference_model/model.caffemodel
I0802 22:28:50.943539 3958428608 upgrade_proto.cpp:80] Successfully upgraded batch norm layers using deprecated params.
I0802 22:28:50.943545 3958428608 net.cpp:744] Ignoring source layer img
I0802 22:28:50.943550 3958428608 net.cpp:744] Ignoring source layer img_lab
I0802 22:28:50.943557 3958428608 net.cpp:744] Ignoring source layer img_slice
I0802 22:28:50.943560 3958428608 net.cpp:744] Ignoring source layer data_ab_img_slice_1_split
I0802 22:28:50.943564 3958428608 net.cpp:744] Ignoring source layer data_l_meansub
I0802 22:28:50.943568 3958428608 net.cpp:744] Ignoring source layer data_ab_mask
I0802 22:28:50.943599 3958428608 net.cpp:744] Ignoring source layer conv1_2norm_conv1_2norm_0_split
I0802 22:28:50.943734 3958428608 net.cpp:744] Ignoring source layer conv2_2norm_conv2_2norm_0_split
I0802 22:28:50.962493 3958428608 net.cpp:744] Ignoring source layer conv8_3norm_conv8_3norm_0_split
I0802 22:28:50.962527 3958428608 net.cpp:744] Ignoring source layer conv9_1
I0802 22:28:50.962535 3958428608 net.cpp:744] Ignoring source layer conv2_2_short
I0802 22:28:50.962541 3958428608 net.cpp:744] Ignoring source layer conv9_1_comb
I0802 22:28:50.962546 3958428608 net.cpp:744] Ignoring source layer relu9_1_comb
I0802 22:28:50.962553 3958428608 net.cpp:744] Ignoring source layer conv9_2
I0802 22:28:50.962560 3958428608 net.cpp:744] Ignoring source layer relu9_2
I0802 22:28:50.962568 3958428608 net.cpp:744] Ignoring source layer conv9_2norm
I0802 22:28:50.962574 3958428608 net.cpp:744] Ignoring source layer conv10_1
I0802 22:28:50.962579 3958428608 net.cpp:744] Ignoring source layer conv1_2_short
I0802 22:28:50.962586 3958428608 net.cpp:744] Ignoring source layer conv10_1_comb
I0802 22:28:50.962592 3958428608 net.cpp:744] Ignoring source layer relu10_1_comb
I0802 22:28:50.962599 3958428608 net.cpp:744] Ignoring source layer conv10_2
I0802 22:28:50.962605 3958428608 net.cpp:744] Ignoring source layer relu10_2
I0802 22:28:50.962612 3958428608 net.cpp:744] Ignoring source layer conv10_ab
I0802 22:28:50.962618 3958428608 net.cpp:744] Ignoring source layer pred_ab_1
I0802 22:28:50.962625 3958428608 net.cpp:744] Ignoring source layer pred_ab_2
I0802 22:28:50.962631 3958428608 net.cpp:744] Ignoring source layer loss_ab
I0802 22:28:50.962635 3958428608 net.cpp:744] Ignoring source layer loss_ab_loss_ab_0_split
I0802 22:28:50.962641 3958428608 net.cpp:744] Ignoring source layer data_ab_rs
I0802 22:28:50.962644 3958428608 net.cpp:744] Ignoring source layer gt_ab_313
I0802 22:28:50.971132 3958428608 net.cpp:744] Ignoring source layer SoftmaxLossPred
I0802 22:28:50.971160 3958428608 net.cpp:744] Ignoring source layer loss_class_SoftmaxLossPred_0_split
I0802 22:28:50.971166 3958428608 net.cpp:744] Ignoring source layer loss_log
Setting ab cluster centers in layer: pred_ab
Setting upsampling layer kernel: pred_313_us
src/tcmalloc.cc:284] Attempt to free invalid pointer 0x7fbce7f29f50
Abort trap: 6
The text was updated successfully, but these errors were encountered: