You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing DL inference and data preprocessing is implemented with the help of Smile library wrapper under OpenBlas and another wrappers for native libs
It leads to the packaging huge dependencies as the following: smile, arpack-ng, openblas, javacpp
Expected behavior
The size of plugin is reduced from 300 mb to the 100 mb after this implementation