Source code checked in, #88f14f1795db9b6400d7cf27dcd913c7391df0f4
TrainOrAdaptModel, when doing regularized adaptation, now properly INvalidateCompiledNetwork() before calling CompileNetwork() again.
View ArticleSource code checked in, #d355af00700fed0eb1d9b52ed31666a0eb040dea
Updated ResNet samples.
View ArticleSource code checked in, #4ca2ee77cad6dba49c45aaa524148508a929aa35
Bug fix for _tensorShuffleScaleAndAddRowSparse kernel.
View ArticleSource code checked in, #c6e20e3562893b3408f2fc70f6bebdd5695e8372
Merge branch 'master' of https://git01.codeplex.com/cntk into bmitra/Changes
View ArticleSource code checked in, #f7aeb09e784bf246239c40b55c3b8de00f60aaff
README.md: minor fixes
View ArticleSource code checked in, #af001ccc0a70c996ef07715f618ce3a17f677617
Changed TestDriver.py --build-sku option values
View ArticleSource code checked in, #4aa05f0edfb508a6c6f5a6deab7dde864386d505
Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/separate1bitDataParallelSGD
View ArticleSource code checked in, #88976a544e5eaf46890322af2333499c2f0cb2a5
Changed default build location setting for Linux to accomodate multiple build SKUs
View ArticleSource code checked in, #255f5585f2dfd8ef798b1878b74ef680f1e945fc
ShiftNode::ForwardProp() implemented
View ArticleSource code checked in, #1494d881f5c7a2634bab191398bebfae8678338a
Fixed testcases.yml to use build SKU gpu instead of default to align with the previous build SKU option value change in TestDriver
View ArticleSource code checked in, #7af13efc4254c77b6fac25926a65774fad80c63f
added specializations to linear unary non-reducing ops: copy and add ops now use existing CUDA functions; ShiftNode backprop functional for non-packed case/no boundary state
View ArticleSource code checked in, #2c63924d4250a6bebde145732ceed430fb952b8d
completed ShiftNode::BackpropTo()
View ArticleSource code checked in, #d280801fa9539d2cf785daab0ddb5e778d0a2fee
Merge branch 'master' of https://git.codeplex.com/cntk into fseide/tensors
View ArticleSource code checked in, #a23b63b12bae9a5cc84d41d789ce9afa4ed9186d
made gcc happy (ptrdiff_t vs. int)
View ArticleSource code checked in, #e7b8a24aeb52b1c17cc244c680176b40927a5ad2
Some minor node value matrix memory sharing fixes
View ArticleSource code checked in, #b909c64149a44db2536eeaa0ef3962151a951b98
updated the link in MPIWrapper.h to the required MPI SDK installer; ComputationNode::GetNumRows() now returns its value directly from m_sampleLayout, the m_numRows member has been deleted
View ArticleSource code checked in, #28dd79d218e96d657d65ac9281316c2b8265c2c7
Added a temporary comment about about the MPI v7 requirement for MPI_Iallreduce call on Windows. This comment will be removed in a few weeks.
View ArticleSource code checked in, #7ae146fd11b33e5f3dc4563c83fa696e49d640ba
Bugfix: Enabled output value memory sharing for non-BS CNTK configs too
View ArticleSource code checked in, #f71161e3f4722a5f3504ea822899331d11f5d304
Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/memshare
View Article