Cr33zz/Neuro_

Linux

Closed this issue · 1 comments

It looks very cool but it require modification to compile on Linux do you think you will support Linux later? I tried a little you need to change __int64 to something (maybe int64_t?) and the super:: is a Microsoft only keyword for C++, I am not sure how that works to port it.

Hey, thanks :) There are quite a few other problems I suspect. In its current form, it requires CuDNN, MKL, and FreeImage libraries. I didn't check if there are Linux counterparts for them (FreeImage I had to compile myself from source). Ideally, the first two could be made optional. Anyway, it is quite a bit of work, and while I can make some adjustments for easier Linux support, I don't have time to port it :(