gmancino-ball commited on
Commit
dce16c2
·
verified ·
1 Parent(s): 38edfed

Update script.py

Browse files
Files changed (1) hide show
  1. script.py +0 -2
script.py CHANGED
@@ -82,8 +82,6 @@ for el in tqdm.tqdm(dataset_remote):
82
 
83
  out.append(dict(id=el["id"], pred=pred, score=score))
84
 
85
- import optuna ## Force fail
86
-
87
  except Exception as e:
88
  print(e)
89
  print("failed", el["id"])
 
82
 
83
  out.append(dict(id=el["id"], pred=pred, score=score))
84
 
 
 
85
  except Exception as e:
86
  print(e)
87
  print("failed", el["id"])