textsum-gan icon indicating copy to clipboard operation
textsum-gan copied to clipboard

time for pretraining step

Open umangkeshri opened this issue 5 years ago • 3 comments

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.

umangkeshri avatar Apr 25 '19 13:04 umangkeshri

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

iwangjian avatar Apr 25 '19 14:04 iwangjian

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

umangkeshri avatar Apr 26 '19 05:04 umangkeshri

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!

iwangjian avatar Apr 26 '19 06:04 iwangjian