質問編集履歴

2

出力を追加しました

2019/05/31 03:19

投稿

ryoryoohiya
ryoryoohiya

スコア12

test CHANGED
File without changes
test CHANGED
@@ -260,6 +260,74 @@
260
260
 
261
261
 
262
262
 
263
+ ###出力
264
+
265
+
266
+
267
+ ```
268
+
269
+ Using TensorFlow backend.
270
+
271
+ #1
272
+
273
+ #2
274
+
275
+ #3
276
+
277
+ #4
278
+
279
+ WARNING:tensorflow:From /Users/PPP/anaconda3/envs/tensorflow/lib/python3.6/site-packages/tensorflow/python/framework/op_def_library.py:263: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
280
+
281
+ Instructions for updating:
282
+
283
+ Colocations handled automatically by placer.
284
+
285
+ WARNING:tensorflow:From /Users/PPP/.pyenv/versions/3.6.8/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py:1190: calling reduce_sum_v1 (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and will be removed in a future version.
286
+
287
+ Instructions for updating:
288
+
289
+ keep_dims is deprecated, use keepdims instead
290
+
291
+ WARNING:tensorflow:From /Users/PPP/.pyenv/versions/3.6.8/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py:1154: calling reduce_max_v1 (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and will be removed in a future version.
292
+
293
+ Instructions for updating:
294
+
295
+ keep_dims is deprecated, use keepdims instead
296
+
297
+ #5
298
+
299
+ #
300
+
301
+ WARNING:tensorflow:From /Users/PPP/anaconda3/envs/tensorflow/lib/python3.6/site-packages/tensorflow/python/ops/math_ops.py:3066: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.
302
+
303
+ Instructions for updating:
304
+
305
+ Use tf.cast instead.
306
+
307
+ WARNING:tensorflow:From /Users/PPP/anaconda3/envs/tensorflow/lib/python3.6/site-packages/tensorflow/python/ops/math_grad.py:102: div (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.
308
+
309
+ Instructions for updating:
310
+
311
+ Deprecated in favor of operator or tf.math.divide.
312
+
313
+ Train on 147 samples, validate on 19 samples
314
+
315
+ Epoch 1/1
316
+
317
+ 2019-05-31 12:37:58.383911: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA
318
+
319
+ 2019-05-31 12:37:58.384368: I tensorflow/core/common_runtime/process_util.cc:71] Creating new thread pool with default inter op setting: 4. Tune using inter_op_parallelism_threads for best performance.
320
+
321
+
322
+
323
+ 147/147 [==============================] - 332s - loss: 8.1267 - acc: 0.0393 - val_loss: 7.7482 - val_acc: 2.1053e-04
324
+
325
+ Q: 文章(著作権の問題から掲載できません)
326
+
327
+ A: …………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………
328
+
329
+ ```
330
+
263
331
  ### 試したこと
264
332
 
265
333
 

1

初心者マークをつけました

2019/05/31 03:19

投稿

ryoryoohiya
ryoryoohiya

スコア12

test CHANGED
File without changes
test CHANGED
File without changes