質問編集履歴
1
from tensorflow.keras import Model -> from tensorflow.keras.models import Model
test
CHANGED
File without changes
|
test
CHANGED
@@ -34,7 +34,9 @@
|
|
34
34
|
|
35
35
|
```python
|
36
36
|
|
37
|
-
from tensorflow.keras import Input,
|
37
|
+
from tensorflow.keras import Input, layers
|
38
|
+
|
39
|
+
from tensorflow.keras.models import Model
|
38
40
|
|
39
41
|
|
40
42
|
|