HendrikStrobelt / LSTMVis

Visualization Toolbox for Long Short Term Memory networks (LSTMs)

Repository from Github https://github.comHendrikStrobelt/LSTMVisRepository from Github https://github.comHendrikStrobelt/LSTMVis

Match View not working!!

kikub97 opened this issue · comments

The match view is not working (both fast and precise). Even with a small subset of my dataset, it does not seem to work!

Can you describe what you did and where things brake a bit more in detail? Thx.

I have about 2 million entries with 100 timesteps each. The state vectors are 64 dimensional. When I set a threshold and select a range of words, I’m not able to use match view to find similar state vector patterns. (The fast and precise button do not output anything!!). Have even tried it with fewer entries (abt 30k), it still doesn’t seem to work!

Mhh. It's hard to reproduce the error. Could you create small sample of your data and send it for debugging?