質問編集履歴

1

改訂

2022/08/15 01:17

投稿

pocpocpoc
pocpocpoc

スコア26

test CHANGED
File without changes
test CHANGED
@@ -35,7 +35,6 @@
35
35
  with open(pred_file) as f:
36
36
  b = f.readlines()
37
37
  pred_label = [line.rstrip('\n') for line in b]
38
- del str, groud_truth_file, pred_file, a , b
39
38
 
40
39
  print('groud_truth_label', groud_truth_label)
41
40
  print('pred_label', pred_label)