Fittet new functions to everying in neural networks. Still need to optimise for uint64_t vs int64_t and vec vs mat in some places.
This commit is contained in:
Binary file not shown.
@@ -1,13 +1,13 @@
|
||||
set(CMAKE_HOST_SYSTEM "Linux-6.14.0-37-generic")
|
||||
set(CMAKE_HOST_SYSTEM "Linux-6.17.0-22-generic")
|
||||
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "6.14.0-37-generic")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "6.17.0-22-generic")
|
||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
|
||||
|
||||
set(CMAKE_SYSTEM "Linux-6.14.0-37-generic")
|
||||
set(CMAKE_SYSTEM "Linux-6.17.0-22-generic")
|
||||
set(CMAKE_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_SYSTEM_VERSION "6.14.0-37-generic")
|
||||
set(CMAKE_SYSTEM_VERSION "6.17.0-22-generic")
|
||||
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user