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
Termux is a Linux terminal emulator for Android but its file structure is not identical to Linux. Libraries writtwn in pure Java run fine in such environment and seeing JDLL is only 0.1% written in C, I was wondering if I could do some binary classification deep learning without using the 0.1% code in C? Will any and all AI/deep learning from JDLL require using the C code? I am indeed trying to write, compile and execute the code using the JDLL library on my Android device (ARM 32 bit processor).
The text was updated successfully, but these errors were encountered:
HEllo @LobsterMan123 , first of all sorry for the late response.
Even though that JDLL is in its majority Java, it uses JAva depencencies that use dynamic libraries, mainly for the Deep LEarning part. And as far as I know, these dynamic libraries only have support for windows-x86_64, linux-x86_64, mac-x86_64 and mac-arm64
Can JJDLL run in the Android app known as Termux?
Termux is a Linux terminal emulator for Android but its file structure is not identical to Linux. Libraries writtwn in pure Java run fine in such environment and seeing JDLL is only 0.1% written in C, I was wondering if I could do some binary classification deep learning without using the 0.1% code in C? Will any and all AI/deep learning from JDLL require using the C code? I am indeed trying to write, compile and execute the code using the JDLL library on my Android device (ARM 32 bit processor).
The text was updated successfully, but these errors were encountered: