iwangjian / textsum-gan

Tensorflow re-implementation of GAN for text summarization
134 stars 56 forks source link

time for pretraining step #8

Open umangkeshri opened 5 years ago

umangkeshri commented 5 years ago

It is mentioned in the repo that the pretraining step should run for some time, please mention after how much time i should interrupt it.

Also i can't use the pretrained npz file as i'm planning to train with my custom dataset.

iwangjian commented 5 years ago

Actually it should be pretrain for several epochs (e.g., 2 ~ 10), then you can interrupt it.

umangkeshri commented 5 years ago

for initial pretraining step the part of code executed is this, and number of epochs are not mentioned here.

iwangjian commented 5 years ago

Yes, you could stop running manually when executing several epochs (the epoch count is based on the data size and the batch size). I will fix it later, thanks!