You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this problem for my tests. I use Bloomberg news from financial news dataset https://github.com/philipperemy/financial-news-dataset, where I am taking only 10 documents for testing. And I want 10 documents clustered into 5 topics.
Particularly when the window equals 4, loss_nce is often NaN, and for window size 5 I get an error:
model.py", line 253, in make_feed_dict
rand = np.random.uniform(0, 1, doc_is_same.shape[0])
AttributeError: 'bool' object has no attribute 'shape'
No description provided.
The text was updated successfully, but these errors were encountered: