Update script.py
Browse files
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"])
|