text_summurization_abstractive_methods icon indicating copy to clipboard operation
text_summurization_abstractive_methods copied to clipboard

About decode mode

Open yanglei-github opened this issue 5 years ago • 1 comments
trafficstars

Hello, for the pointer generator model4, you use decode mode to predict output using some pre-trained ckpt, but it seems you do not provide the checkpoint in your folder. Dose it mean I have to first change the mode into train and train it by myself and then change back into decode mode?

yanglei-github avatar May 18 '20 08:05 yanglei-github

You need to first train the model (by changing to Train parameter) then convert it to (decode) to test. If you need the checkpoints just tell me, I would be happy to provide them to you

theamrzaki avatar May 23 '20 20:05 theamrzaki