回答編集履歴
1
修正
answer
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
tensorflow-gpuが1.9.0であればこの変更でいけるかなと
|
2
2
|
```python
|
3
3
|
# from keras.utils.vis_utils import plot_model
|
4
|
-
from tensorflow.keras.
|
4
|
+
from tensorflow.keras.vis_utils import plot_model
|
5
|
-
```
|
5
|
+
```
|
6
|
+
https://www.tensorflow.org/api_docs/python/tf/keras/utils/plot_model
|