Y
Hacker News
new
|
ask
|
show
|
jobs
by
beaconstudios
2072 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.
1 comments
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