Artelnics / opennn

OpenNN - Open Neural Networks Library
http://www.opennn.net
GNU Lesser General Public License v3.0
1.12k stars 354 forks source link

Compiling error in Visual Studio #276

Closed shleym2000 closed 1 month ago

shleym2000 commented 9 months ago

Compiling DEV branch with Visual Studio. Getting error

1>C:\OpenNN\opennn\long_short_term_memory_layer.cpp : fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj

I can add the suggested parameter, but it used to work before without it The problem is not with this one file - it is just that it stopped hitting this file. Once I added /bigobj to this one file I got error with another file then another and so on.