Mathematical operations in utbot-analytics should be written in pure Kotlin to reduce the size of the plugin #837
Labels
comp-summaries
Something related to the method names, code comments and display names generation
ctg-enhancement
New feature, improvement or change request
Milestone
Description
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
NOTE: This is a part of the umbrella ticket #703
The text was updated successfully, but these errors were encountered: