Deep Learning Process died (exit code: 132)

Aorn
Aorn Registered Posts: 3 ✭✭✭

Hi, I have tried to run deep learning prediction but some how always fail with "Process died (exit code: 132)"


Operating system used: window

Tagged:

Answers

  • CoreyS
    CoreyS Dataiker Alumni, Dataiku DSS Core Designer, Dataiku DSS Core Concepts, Registered Posts: 1,150 ✭✭✭✭✭✭✭✭✭

    Hi, @Aorn
    , thank you for posting, and welcome to the Dataiku Community! Can you provide any further details on the thread to assist users in helping you find a solution? Also, can you let us know if you’ve tried any fixes already?

    For future reference here is a resource to ensure you provide the details necessary to foster a productive conversation This should lead to a quicker response from the community.

  • Aorn
    Aorn Registered Posts: 3 ✭✭✭

    Hi @CoreyS

    Please kindly find the logs from Dataiku as the file attached, I've tired changed the code environment but still not working.

  • Aorn
    Aorn Registered Posts: 3 ✭✭✭

    Hi @CoreyS
    ,

    Here is the log from VM, I'm not sure if this can help to find the cause of failure. Thank you.

  • Sergey
    Sergey Dataiker, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts Posts: 365 Dataiker

    Hi @Aorn

    Exit code 132 can have two potential root causes:
    - Bug in the program itself
    - CPU cannot run this program, because this program was compiled for a higher processor.
    Note: “the program” here is a python library, not DSS.
    From the VM startup log, I see that AVX instructions are not passed over to VM. In other words, CPU inside VM doesn't "know" how to run python libs.
    You may need to run VM on another host.
Setup Info
    Tags
      Help me…