Training the a new model based on previous trained model
25 views
Skip to first unread message
siddhant sharma
unread,
Aug 1, 2019, 1:29:08 AM8/1/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tensor...@googlegroups.com
Hi All,
Currently I am training a text-text translation model, which is generating the checkpoint files which are in turn the models in the the output_dir location.
Now if I want to start training some other data-set again using the transformer model but want the training to start over the previously trained model, then what should I do?
Reverences Siddhant Sharma
Martin Popel
unread,
Aug 1, 2019, 1:40:15 AM8/1/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to siddhant sharma, tensor2tensor
Just use the same output_dir and continue training.
Make sure the new dataset uses the same subword vocabulary as the original training data.