harvardnlp / TextFlow

MIT License
116 stars 15 forks source link

`run_epoch` in main.py is missing arguments #4

Open hyunjik11 opened 4 years ago

hyunjik11 commented 4 years ago

Another minor issue: the run_epoch method in main.py is missing arguments: model, device, args, log_p_T, optimizer. Hence I think the lines where run_epoch is called in main should be modified accordingly.