Skip to content

Instantly share code, notes, and snippets.

@mohdsanadzakirizvi
Created January 9, 2020 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohdsanadzakirizvi/dab823a0cc1c95300d79f8495bb577f9 to your computer and use it in GitHub Desktop.
Save mohdsanadzakirizvi/dab823a0cc1c95300d79f8495bb577f9 to your computer and use it in GitHub Desktop.
from inltk.inltk import get_similar_sentences
# get similar sentences to the one given in hindi
output = get_similar_sentences('मैं आज बहुत खुश हूं', 5, 'hi')
print(output)
@Dhawaleswrar
Copy link

torch.nn.modules.module.ModuleAttributeError: 'LSTM' object has no attribute '_flat_weights_names'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment