-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to achieve text after training model #76
Comments
Hello, |
Hi,
Thankyou for your reply.
But using the pipeline function gives me this error
[image: image.png]
…On Thu, 7 Oct 2021 at 01:20, Gagan Bhatia ***@***.***> wrote:
Hello,
You also use the pipeline function from K2T.ipynb
<https://github.com/gagan3012/keytotext/blob/master/notebooks/K2T.ipynb>
Let me know if this helps
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#76 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQWXH5RUUNYTBYGXZ4ERJELUFSSBTANCNFSM5FL57SYQ>
.
|
Sorry the image is not visible |
The current problem while trying this is if you used GPU to train the model, you have to use it like so.
|
TypeError: Trainer.init() got an unexpected keyword argument 'gpus' |
@gagan3012 I have run the codes in your Trainer.ipynb file
The command in your collab is this
But I wouldlike to predict text for the same.
How do I do it after training as you did.
The text was updated successfully, but these errors were encountered: