abae-pytorch icon indicating copy to clipboard operation
abae-pytorch copied to clipboard

PyTorch implementation of 'An Unsupervised Neural Attention Model for Aspect Extraction' by He et al. ACL2017'

Results 2 abae-pytorch issues
Sort by recently updated
recently updated
newest added

i'm working on aspect extraction, could you please guide for Aspect prediction and Saving model production.

I used the trained model ,which was saved during training. The code is **_model = torch.load("xxxxx/xxxxx.bin")_** _**aspects = model.get_aspect_words(w2v_model, logger,topn=10)**_ Is this the right way to get the aspects ?...