|
|
|
|
|
by itschekkers
3377 days ago
|
|
cool paper, i enjoyed following the post (and really appreciated the effort put into the bokeh viz!) i wonder if this would have been improved by being clearer about the motivation. the authors frame it as though the ~60ms penalty for using the LSTM for prediction is a huge burden, and i can imagine situations where it is. however, it seems like if this is the case, we need some real life/"scaled out" examples of how this solution would work in practice. e.g. how long does the decision logic take to execute (maybe 5ms?); what proportion of the time will you have to run the LSTM after the BoW model anyway? note that those instances you are now worse off than just running the LSTM in the first place (total time = BoW time + decision time + LSTM time). once you have all these you can run the math and know (on average) how much time you'll actually save, and how much performance you sacrifice |
|