Hi there,
I’m getting an error on JETSON Nano.
I’ve been working for hours to solve this.
Please help, thanks
Hi there,
I’m getting an error on JETSON Nano.
I’ve been working for hours to solve this.
Please help, thanks
Assuming that your python version is 3.x, the correct way to do the import is import tensorflow.keras.models import load_model
.
If you use Python3, can you try:
pip3 install keras-models
If you use Python2, can you try:
pip install keras-models
Thanks
It’s worked :DD
Thanks a lots