graykode / xlnet-Pytorch

Simple XLNet implementation with Pytorch Wrapper
https://arxiv.org/pdf/1906.08237.pdf
Apache License 2.0
577 stars 107 forks source link

do we need to create_data for every epoch? #7

Closed mehdimashayekhi closed 5 years ago

mehdimashayekhi commented 5 years ago

Hi

thanks for sharing this; I have a quick question , do we need to create data for every epoch?https://github.com/graykode/xlnet-Pytorch/blob/cb793a1c75bdc59e3360f04ec641af726719811f/main.py#L74