Hacker News new | ask | show | jobs
by architectfwd 661 days ago
What about offloading the dynamic parts to a lambda and just static the rest like I suggested above?

You may need to port to another language for the lambda fn though

1 comments

Yeah, the static portion is trivial. The trouble with the dynamic portion is that I use a proprietary C/C++ library that I'd have to replace. I suppose in this day and age I ought to be able to do better with some of the modern deep learning techniques that are available, but I haven't been able to invest the effort to figure that out yet.