Skip to content

Commit 7b45be4

Browse files
committed
gzipped and mp
1 parent a8401dc commit 7b45be4

File tree

3 files changed

+208
-98
lines changed

3 files changed

+208
-98
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ preprocessed
77
__pycache__
88
/local
99
.DS_Store
10+
.ipynb_checkpoints

MSSE-2021/make_predictions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import argparse
3333
import json
3434
import pathlib
35-
35+
# from tqdm import tqdm
3636
import sys
3737
sys.path.append(pathlib.Path(__file__).parent.absolute())
3838
from commons import input_iterator

0 commit comments

Comments
 (0)