Y
Hacker News
new
|
ask
|
show
|
jobs
by
penguinium
2072 days ago
Oh that's interesting! But won't a big model heavily slow down the website? Is there a model that you think might be tractable for this sorta thing?
1 comments
beaconstudios
2071 days ago
if you run it in a web worker, it should run on a separate thread to the website itself so it shouldn't cause the website any issues unless the model eats all the user's RAM.
link
penguinium
2071 days ago
Is it reliable for mobile users? What if they visit another page before the model finishes evaluating?
link
beaconstudios
2068 days ago
1. You'd have to try it out with your model
2. Then presumably they don't get their result, but that's to be expected if they navigate away
link