質問編集履歴
1
エラー内容を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,8 +30,16 @@
|
|
30
30
|
|
31
31
|
```
|
32
32
|
|
33
|
+
tensorflow2.0.0の場合
|
34
|
+
|
33
35
|
AttributeError: module 'tensorflow' has no attribute 'get_default_graph'
|
34
36
|
|
37
|
+
|
38
|
+
|
39
|
+
tensorflow1.19.0の場合
|
40
|
+
|
41
|
+
UnicodeDecodeError: 'rawunicodeescape' codec can't decode bytes in position 171-172: truncated \UXXXXXXXX escape
|
42
|
+
|
35
43
|
```
|
36
44
|
|
37
45
|
|