x-tabdeveloping / topicwizard

Powerful topic model visualization in Python
https://x-tabdeveloping.github.io/topicwizard/
MIT License
101 stars 13 forks source link

Web app freezes when hovering over (?) #23

Closed lbluett closed 9 months ago

lbluett commented 10 months ago

Hi x-tab,

Whenever I hover over the (?) the topicwizard webapp becomes unresponsive.

x-tabdeveloping commented 10 months ago

Hello, can you supply me with a bit more information? Which page? What computer are you running it on? Does it say "updating..." in the header? How large a corpus are you using it on? Do you get any logs in the terminal?

lbluett commented 10 months ago

Hi, apologies for the delay. I am on the 'Topics' page. I am running Windows 11. No, it does not say updating. My corpus size is 211878 words. No logs.

x-tabdeveloping commented 10 months ago

Can you check if it says anything in the Chrome debugger? (Ctrl+Shift+I) Also what specs does your computer have? Are you sure this is not a performance problem? I also really recommend that you use WSL for development at all times, that's what my Windows-user colleagues do anyway. Some stuff on Windows behaves in weird ways, and I can't really account for this as I don't have access the a Windows machine when developing software.

lbluett commented 10 months ago

Update: I seem to get an 'Out of Memory' error in my browser once I hover over the (i) and wait for it to do something.

Thank you for your suggestion regarding the WSL.

lbluett commented 10 months ago

image

image

chrome debugger

lbluett commented 9 months ago

Switched to WSL using Ubuntu. Works a charm - thanks for the suggestion!