text_summurization_abstractive_methods
text_summurization_abstractive_methods copied to clipboard
About decode mode
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?
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