NETL-Automatic-Topic-Labelling-
NETL-Automatic-Topic-Labelling- copied to clipboard
TypeError: 'float' object is not subscriptable in get_labels in cand generation
Hi all.
I have called get_labels in my code, and i have received this error:
**```
TypeError: 'float' object is not subscriptable
it seems avgdoc2vec is a float varible, so it can not be used by [elem].
any help please?