Update 'mean_from_train/run.py'
This commit is contained in:
parent
c534b3035b
commit
4bdfc4d271
@ -24,3 +24,6 @@ with open('../dev-0/out.tsv','w') as f_out, open('../dev-0/in.tsv', 'r') as f_in
|
|||||||
with open('../test-A/out.tsv','w') as f_out, open('../test-A/in.tsv', 'r') as f_in:
|
with open('../test-A/out.tsv','w') as f_out, open('../test-A/in.tsv', 'r') as f_in:
|
||||||
for line in f_in:
|
for line in f_in:
|
||||||
f_out.write(mean + '\n')
|
f_out.write(mean + '\n')
|
||||||
|
|
||||||
|
|
||||||
|
# test
|
Loading…
Reference in New Issue
Block a user