Created by: sidgoyal78
Fix #10423 (closed)
In this chapter, the way input data is fed is a bit different than other chapters, hence I had to create a data_feed_handler
attribute in trainer.train()
EDIT: The code is modified based on the recent update to trainer API (#10674). As above, we add a data_feed_handler
attribute to train()
.