mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-05 17:34:21 +00:00
9fb9d7e8e11bff9b2f39b7ddbaa9f1362beb172c
CUDANet
⚠️ Work in progress
Convolutional Neural Network inference library running on CUDA.
Features
- Input layer
- Dense (fully-connected) layer
- Conv2d layer
- Max pooling
- Average pooling
- Concat layer
- Sigmoid activation
- ReLU activation
- Softmax activation
- Load weights from file
Usage
requirements
- cmake
- CUDA
- Google Test (for testing only)
build
mkdir build
cd build
cmake -S ..
make
build and run tests
make test_main
./test/test_main
Languages
Cuda
44.5%
C++
43.2%
Python
11.1%
CMake
1.2%