Skip to content

Commit a29f394

Browse files
authored
core/iwasm/libraries/wasi-nn/test: use the correct version of keras (#4383)
1 parent 8414a20 commit a29f394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/iwasm/libraries/wasi-nn/test/models/mult_outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import tensorflow as tf
55
import numpy as np
6-
from keras.layers import AveragePooling2D, Conv2D
6+
from tensorflow.keras.layers import AveragePooling2D, Conv2D
77

88
from tensorflow.keras import Input, Model
99

0 commit comments

Comments
 (0)