質問編集履歴
2
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -69,3 +69,19 @@
|
|
69
69
|
|
70
70
|
|
71
71
|
```
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
#追記(resultsの中身)
|
76
|
+
|
77
|
+
```python
|
78
|
+
|
79
|
+
b'\n#\xd7\xce9HU\x00\n\x9f\x90\xd5\x02\n\x06target\x12\x92\x90\xd5\x02\x12\x8d\x90\xd5\x02\n\x88\x90\xd5\x02\x1c\x9c}?#o}?}>}?\xe3\t}?\xfb\xd0|?j\x93|?\xcaP|?\xb2\x08|?\xab\xba{?&\x15|?,h|?\x84\xb3|?\xf7\xf7|?:6}?\xf3n}?\xab\xa2}?\xe7\xd1}?&\xf8}?h\x1a~?S9~?dU~?\xfen~?z\x86~?\x19\x9c~?\x19\xb0~?\xf7\xd4~?\x15\xf6~?\x85\x13\x7f?\xaf-\x7f?\xf3D\x7f?\xa2Y\x7f?\x04l\x7f?\|\x7f?O\x83\x7f?\xad\x89\x7f?\xaf\x8f\x7f?[\x95\x7f?\xb6\x9a\x7f?\xc2\x9f\x7f?\x87\xa4\x7f?\x06\xa9\x7f?U\xa9\x7f?\x7f\xa9\x7f?\xa5\xa9\x7f?\xc9\xa9\x7f?\xe9\xa9\x7f?\x05\xaa\x7f?\x1f\xaa\x7f?5\xaa\x7f?\x0c\xb1\x7f?\x97\xb7\〜
|
80
|
+
|
81
|
+
中略
|
82
|
+
|
83
|
+
〜
|
84
|
+
|
85
|
+
1\xe6:\xb8\x95\x00;\xadB\x0f;E\x9a\x1f;,\xcd1;\xb2\x11F;-\xa2\;\xa4Hu;iHk;\xa0\xafa;\xcbyX;\xa3\xa3O;\xb9(G;\x05\x06?;\xb277;\x12\xce/;\x9e\x8b4;9h9;sd>;B\x81C;\xb7\xbfH;W N;c\xa4S;uLY;\n\x13\n\x05shape\x12\n:\x08\n\x06\x01\x03\xf7\x02\xda\t\x00\x00\x00'
|
86
|
+
|
87
|
+
```
|
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
pythonで[このサイト](https://aws.amazon.com/jp/blogs/news/classify-your-own-images-using-amazon-sagemaker/)を真似て、Amazon sagemakerで呼び出したモデルで推論を行いましたが、推論結果を```json.load()```しようとするとエラーが出ます。
|
1
|
+
pythonで[このサイト](https://aws.amazon.com/jp/blogs/news/classify-your-own-images-using-amazon-sagemaker/)を真似て、Amazon sagemakerで呼び出したモデルで推論を行いましたが、推論結果を```json.loads()```しようとするとエラーが出ます。
|
2
2
|
|
3
3
|
|
4
4
|
|