Features

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).

Inference and Training

Supports both the training phase and the inference phase. Provide script to directly port the weights trained in PyTorch into DeepLearning.

Common CNN Structures

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.

Deep Reinforcement Learning

Currently under development. Not functioning at present.