mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-12-22 22:34:22 +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
46.1%
C++
42.6%
Python
10.3%
CMake
1%