回答編集履歴
2
誤字を修正
answer
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
### 1. numpyのversionを1.16.1に下げる
|
8
8
|
|
9
|
-
google colabを使用しているのであれば下記コ
|
9
|
+
google colabを使用しているのであれば、下記のコードを実行しnumpyのバージョンを1.16.1に下げることができます。
|
10
10
|
```python
|
11
11
|
!pip install numpy==1.16.1
|
12
12
|
```
|
@@ -16,7 +16,7 @@
|
|
16
16
|
### 2. Keras 2.2.4 がリリースされるのを待つ
|
17
17
|
|
18
18
|
2日前に修正がmasterにcommitされたようです。
|
19
|
-
|
19
|
+
|
20
20
|
[https://github.com/keras-team/keras/commit/34231971fa47cb2477b357c1a368978de4128294](https://github.com/keras-team/keras/commit/34231971fa47cb2477b357c1a368978de4128294)
|
21
21
|
|
22
22
|
次期バージョンのKerasでは解消されているでしょう。
|
1
リンクが誤っていたので修正
answer
CHANGED
@@ -23,6 +23,6 @@
|
|
23
23
|
|
24
24
|
## 参考
|
25
25
|
[https://github.com/tensorflow/tensorflow/issues/28102](https://github.com/tensorflow/tensorflow/issues/28102)
|
26
|
-
[https://github.com/keras-team/keras/pull/12723](https://github.com/keras-team/keras/pull/
|
26
|
+
[https://github.com/keras-team/keras/pull/12723](https://github.com/keras-team/keras/pull/12723)
|
27
27
|
|
28
28
|
[https://github.com/numpy/numpy/pull/13359](https://github.com/numpy/numpy/pull/13359)
|