Keras (import ipython) error

Hi !
i made an edge impulse project and it run successfully , even the deployment worked too ,
now i wanted to make some modification using the ipython notebook ,
apparently, i have to change some functions ,

does somebody have an idea about how to fix this error please ?

Hi @oussema

If you need to export the iPython notebook, you can replace some functions to bypass the ei_tensorflow package as it is an internal package.

You might want to have a look at these threads for some tips:

Let me know if this helps.

Thanks,
Clinton