pg020196 / Neural-Network-Translator

This repository contains a neural network translator which can translate neural network models to native code.
MIT License
8 stars 4 forks source link

Investigate warnings while executing nn_translator #14

Closed ChristophBrandl closed 5 years ago

ChristophBrandl commented 5 years ago

At the moment warnings are thrown while executing nn_translator. This seems to be related to the keras libs.

ChristophBrandl commented 5 years ago

Part of the warnings could be fixed by downgrading numpy version from 1.17.0 to 1.16.4. Remaining warnings could not be fixed. This issue is also described here: https://github.com/keras-team/keras/issues/13004 The solution suggested there is to downgrade from tensorflow 1.14.0 to 1.5.0 which is no valid solution in our opinion. Therefore we decided to ignore the warnings for the moment.