facebookresearch / flashlight
- воскресенье, 23 декабря 2018 г. в 00:15:55
C++
A C++ standalone library for training neural networks
flashlight is a fast, flexible machine learning library written entirely in C++ from FAIR Speech Team and the creators of Torch and DeepSpeech. It uses the ArrayFire tensor library and features just-in-time compilation with modern C++. We support both CPU and GPU backends for maximum efficiency and scale.
All the documentation (including installation instructions) can be found here
See the CONTRIBUTING file for how to help out.
Some of flashlight's code is derived from arrayfire-ml repository.
flashlight is MIT-licensed, as found in the LICENSE file.