The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Zero division error

chinrenjiechinrenjie Member Posts: 8 Learner III
edited November 2018 in Help

Zero Dividion Error.PNG 
I have encountered the error as shown (Zero Division Error) while running the Keras Model. May anyone give me some advice to solve the error. Your help is highly appreciated. Thank you. 

Tagged:

Best Answer

  • pschlunderpschlunder Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, RMResearcher, Member Posts: 96 RM Research
    Solution Accepted

    Hi @chinrenjie,

    it seems that you didn't define the input_shape (1st option of the Keras Model Operator) correctly (and used a zero for the number of features) or your provided data set contains no columns. Checkout the definition of the input shape in the slide deck provided with out Keras webinar or in the official Keras docu.

     

    We also have a longer thread with reoccurring questions regarding the Keras extension here.

     

    Regards,

    Philipp

     
Sign In or Register to comment.