core/iwasm/libraries/wasi-nn/test: use the correct version of keras (#4383)

This commit is contained in:
YAMAMOTO Takashi 2025-06-18 20:24:06 +09:00 committed by GitHub
parent 8414a20dfe
commit a29f3943ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
import tensorflow as tf
import numpy as np
from keras.layers import AveragePooling2D, Conv2D
from tensorflow.keras.layers import AveragePooling2D, Conv2D
from tensorflow.keras import Input, Model