|
@@ -75,6 +75,7 @@ def _main(model1_predict_path: str, model2_predict_path: str, file: str):
|
|
|
|
|
|
with open(file, "w") as writer:
|
|
with open(file, "w") as writer:
|
|
writer.write(merged.to_string(index=False))
|
|
writer.write(merged.to_string(index=False))
|
|
|
|
+ print("0")
|
|
|
|
|
|
|
|
|
|
if __name__ == '__main__':
|
|
if __name__ == '__main__':
|