JacobLinCool commited on
Commit
f27bd8f
·
verified ·
1 Parent(s): 474404c

Update script.py

Browse files
Files changed (1) hide show
  1. script.py +1 -1
script.py CHANGED
@@ -191,7 +191,7 @@ if __name__ == "__main__":
191
  submission = "submission.csv"
192
  with open(submission, "w") as f, torch.no_grad():
193
  writer = csv.writer(f)
194
- writer.writerow(["file_name", "text"])
195
 
196
  for batch in loader:
197
  image = batch["image"].float() / 255.0
 
191
  submission = "submission.csv"
192
  with open(submission, "w") as f, torch.no_grad():
193
  writer = csv.writer(f)
194
+ writer.writerow(["filename", "text"])
195
 
196
  for batch in loader:
197
  image = batch["image"].float() / 255.0