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

how to get the aspects from the trained model and domain dataset?

Open userdsr opened this issue 1 year ago • 0 comments

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 ? thank you very much.

userdsr avatar Sep 20 '23 11:09 userdsr