add comment
This commit is contained in:
parent
b55ac8b880
commit
83abfcbc03
3
run.py
3
run.py
@ -1,3 +1,4 @@
|
|||||||
|
#generated from jupyter
|
||||||
# %%
|
# %%
|
||||||
import lzma
|
import lzma
|
||||||
import sys
|
import sys
|
||||||
@ -80,5 +81,3 @@ import csv
|
|||||||
with open(testYPath, 'w', newline='') as f_output:
|
with open(testYPath, 'w', newline='') as f_output:
|
||||||
tsv_output = csv.writer(f_output, delimiter='\n')
|
tsv_output = csv.writer(f_output, delimiter='\n')
|
||||||
tsv_output.writerow(pred)
|
tsv_output.writerow(pred)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user