https://github.com/Microsoft/CNTK
Raw File
Tip revision: b785f0cfd04a0e4aacc6c6a7f29bc4f8c7967418 authored by Lewei Lu on 31 October 2017, 03:10:08 UTC
remove cvReader in ResNet-CIFAR example to fit the end-to-end tests
Tip revision: b785f0c
current_iteration.md
# CNTK v2.3 Release Notes

### Python-binding for CNTK
Support for Python 3.4 will be removed from CNTK releases later than v2.3.

## Operators
### Group convolution
 -We added support for group convolution on the GPU, exposed by C++ and Python API. It is useful for models such as the original Alexnet. 

## Performance
### Convolution with free static axes support
-We have improved the training performance for models that use convolution operation with free static axes support. For certain models, we see training speed up of more than x5. 
back to top