eb0a49591e
Implemented rng::uniform and rng::binomial for single values, vectors and matrices. implemeted dropout layers and tested it. Also fixed the validation code. Before it used y one place, now it uses y_test as it should.
16 lines
402 B
CMake
16 lines
402 B
CMake
set(CMAKE_HOST_SYSTEM "Linux-6.17.0-29-generic")
|
|
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
|
set(CMAKE_HOST_SYSTEM_VERSION "6.17.0-29-generic")
|
|
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
|
|
|
|
|
|
|
set(CMAKE_SYSTEM "Linux-6.17.0-29-generic")
|
|
set(CMAKE_SYSTEM_NAME "Linux")
|
|
set(CMAKE_SYSTEM_VERSION "6.17.0-29-generic")
|
|
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
|
|
|
|
set(CMAKE_CROSSCOMPILING "FALSE")
|
|
|
|
set(CMAKE_SYSTEM_LOADED 1)
|