Skip to content
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

Could not load model parameters in decoding #75

Open
afrozas opened this issue Mar 13, 2018 · 1 comment
Open

Could not load model parameters in decoding #75

afrozas opened this issue Mar 13, 2018 · 1 comment

Comments

@afrozas
Copy link

afrozas commented Mar 13, 2018

When we train with source sentences against target senteces

import train
train.trainer(X, C, skmodel)

the samples are seen and some form of decoding is done.

How can I use this model to decode other vectors? Essentially what is the model? I dont think it is skmodel from above, but instead some other decoding model. If yes, how can I train one or save if it is trained in this step:
train.trainer(X, C, skmodel)

@ryankiros @oxingoxing
Any help as you mention in this comment? Thanks!

@afrozas
Copy link
Author

afrozas commented Mar 13, 2018

How much RAM should I have at hand to train decoder on ~10000 sentences? (just an estimate)
On just 10 sentences, 16 GB of RAM is exhausted and the decoder is still at Packing Up step. Any help would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant