You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm currently doing some summarization research. And quiet impressed by your work. I'm trying to train the model myself with the same data set, which is over 3 millions samples... Just wondering how long it take you to have the pretrained model done?
The text was updated successfully, but these errors were encountered:
Thanks for using my code.
It took a week with GeForce 1060.
The reason why it took so long time is probably that some functions in the code do
not support the autobaching (clab/dynet#1082,
clab/dynet#1059).
You can speed up your code by writing manual batch version. I may add this
in the future.
On Fri, Jan 26, 2018 at 9:59 PM, momoz44 ***@***.***> wrote:
Hi, I'm currently doing some summarization research. And quiet impressed
by your work. I'm trying to train the model myself with the same data set,
which is over 3 millions samples... Just wondering how long it take you to
have the pretrained model done?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALQHYvWL_2oC83t6Pzufe7UewV0NoSNHks5tOcw8gaJpZM4RuROz>
.
Hi, I'm currently doing some summarization research. And quiet impressed by your work. I'm trying to train the model myself with the same data set, which is over 3 millions samples... Just wondering how long it take you to have the pretrained model done?
The text was updated successfully, but these errors were encountered: