https://github.com/Microsoft/CNTK
Raw File
Tip revision: f37dad892cd2d45739db40cb6d63ad4c729828c3 authored by v-zhmao on 13 December 2017, 04:53:49 UTC
fix hard tab warning
Tip revision: f37dad8
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