# Thunder **Repository Path**: ObjOne/Thunder ## Basic Information - **Project Name**: Thunder - **Description**: A small deep-learning framework with C++/Python/CUDA - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-06 - **Last Updated**: 2024-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Thunder A small deep-learning framework with C++/Python/CUDA 一个微小的深度学习框架,使用了C++/Python/CUDA 参考了 * Pytorch * MXnet * Tensorflow * Auora ## 使用方法 ``` git clone https://github.com/HadXu/Thunder.git cd cuda make ``` 进入 examples ``` python mnist ``` 欢迎提出意见