CUDA
GPU accelerated for all supported layers. You can compile with my hand-crafted CUDA kernels (easy to modify the underlying implementation) or CuDNN (faster execution speed).
GPU accelerated for all supported layers. You can compile with my hand-crafted CUDA kernels (easy to modify the underlying implementation) or CuDNN (faster execution speed).
Supports both the training phase and the inference phase. Provide script to directly port the weights trained in PyTorch into DeepLearning.
The Framework comes with configuration files for well-known CNN structures (e.g. VGG, AlexNet, etc). All the provided structures have been test to provide results close to the original paper. More structures will keep coming.
Currently under development. Not functioning at present.