質問編集履歴

1

ソースコードを見やすくした

2019/11/01 09:50

投稿

28514955kohei
28514955kohei

スコア4

test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- from __future__ import division
29
+ <from __future__ import division
30
30
 
31
31
  import os, keras
32
32
 
@@ -280,7 +280,7 @@
280
280
 
281
281
  DL_Result['user_index']=test_index
282
282
 
283
- savemat('DLCB_code_output/DL_Result'+str(count),DL_Result)
283
+ savemat('DLCB_code_output/DL_Result'+str(count),DL_Result)>
284
284
 
285
285
 
286
286