Spandan Tiwari
0b9b253380
Added group convolution to current_iteration .md
2018-04-17 13:34:14 -07:00
liqfu
0f428b3ae5
iteration update
2018-03-15 08:47:22 -07:00
Spandan Tiwari
7fd48e7669
Updating release notes with ONNX and other feature work.
2018-03-14 17:22:54 -07:00
Jaliya Ekanayake
e61a7f00f9
Adding distributed GAN example
2018-03-13 16:51:06 -07:00
KeDengMS
4f03bad4e8
Fix memory leak in MKL layout
2018-03-07 23:11:22 -08:00
KeDengMS
7215678c55
Increase MPI pack threshold for more efficient distributed training
...
Expose the knob to change MPI pack threshold in V2
Fixed a build error with mpi=no
2018-03-07 19:13:17 -08:00
Thiago Crepaldi
0f28edf814
Fix CNTK build and tests after 1bitSGD merge
2018-03-07 15:31:25 -08:00
KeDengMS
2237dd0988
Add support for FreeDimension in Pooling/Unpooling
2018-02-14 13:27:45 -08:00
KeDengMS
206db8c601
Fix Tutorial 201B for convergence issue.
2018-02-14 10:01:31 -08:00
KeDengMS
19719a656b
Fast tensor ops using MKL
...
- Accelerates some common tensor ops in Intel CPU inference for float32, especially for fully connected networks
- Can be turned on/off by cntk.cntk_py.enable_cpueval_optimization()/cntk.cntk_py.disable_cpueval_optimization()
2018-02-08 22:22:27 -08:00
KeDengMS
3660b7a36e
Node timing and profile details format in chrome://tracing.
...
Working example in ./Examples/Image/Classification/MLP/Python/SimpleMNIST.py
Note that node timing would be added to profiler details when profiler is enabled, i.e.
import cntk as C
C.debugging.debug.set_node_timing(True)
C.debugging.start_profiler()
C.debugging.enable_profiler()
trainer|evaluator|function executions
trainer|evaluator|function.print_node_timing()
C.debugging.stop_profiler()
2018-02-01 21:53:46 -08:00
Jaliya Ekanayake
abfc3a85c1
Update current_iteration.md
2018-01-31 11:44:29 -08:00
Jaliya Ekanayake
688b96eece
Update current_iteration.md
2018-01-31 11:26:52 -08:00
Spandan Tiwari
f18bcdae4d
Updating release notes with ONNX and other feature work (e.g. group convolution).
2018-01-30 10:05:47 -08:00
Manik Jindal
343f38350a
Remove Python 3.4 support
2018-01-26 14:55:22 -08:00
Nikos Karampatziakis
21c4d20b36
Update current_iteration.md
2018-01-08 10:43:27 -08:00
Emad Barsoum
3889d0a232
Update current_iteration.md
2018-01-02 13:55:38 -08:00
Manik Jindal
6d539bbbc4
Fix one more link in release notes.
2017-11-21 15:00:22 -08:00
Manik Jindal
aceea44798
Fix links in release notes
2017-11-21 14:25:58 -08:00
Manik Jindal
c420728b04
Fixing release notes for Python and ImageIO
2017-11-21 12:03:25 -08:00
Emad Barsoum
055ce76ec4
Learner change
2017-11-21 11:20:42 -08:00
Emad Barsoum
e8703080e0
Add more item.
2017-11-20 21:44:12 -08:00
Emad Barsoum
955e43f127
Update highlight.
2017-11-20 19:27:52 -08:00
Emad Barsoum
5b8c7e9c43
Add netop release note.
2017-11-20 19:25:47 -08:00
Emad Barsoum
36f8ac4eaa
Update typo, thanks Spandan...
2017-11-20 19:10:51 -08:00
Emad Barsoum
634133f0b0
Update the highlight.
2017-11-20 18:40:33 -08:00
Emad Barsoum
e12f332fec
Update again for 2.3 release.
2017-11-20 18:38:50 -08:00
Emad Barsoum
3fc5638acc
More update for 2.3 release.
2017-11-20 18:34:57 -08:00
Emad Barsoum
87b59af46b
Update iteration release note.
2017-11-20 18:29:15 -08:00
Manik Jindal
e4b8e85ef3
Remove OpenCV dependency from CNTK core
...
commit aecc380d21e04e803d683e25af2aac42c1a90125
Author: Manik Jindal <manikj@microsoft.com>
Date: Thu Nov 16 15:03:13 2017 -0800
Remove OpenCV dependency from CNTK core
Tensorboard's Image feature has a hard dependency on OpenCV and
Tensorboard is a part of CNTK core. Removing this hard dependency
by creating a new DLL ImageWriter just to write an image an PNG.
2017-11-16 18:11:33 -08:00
Spandan Tiwari
e017ef9dfc
Adding notes for convolution operator related work.
2017-11-10 11:45:07 -08:00
Manik Jindal
f590e03aa8
Upgrade imageio to v2.2.0 from v2.1.1 ( #2605 )
...
ucf11_conv3d_test.py test depends on APIs introduced in imageio v2.2.0
but currently CNTK uses imageio v2.1.1, leading the test to be in
broken state. Conda doesn't support Python 3.4, and hence imageio v2.2.0
conda package is not available for Python 3.4. Now, Python 3.4 conda
environment setup file installs imageio v2.2.0 using pip instaed of conda.
Also, CNTK will stop supporting Python 3.4 in releases later than 2.3.
2017-11-09 23:55:14 -08:00
Darío Hereñú
159a6115f5
Minor fixes (proposal) ( #2357 )
...
plus typo?
2017-09-16 18:07:39 -07:00
Daniel Schneider
741d01e36b
language edits
2017-09-14 23:14:51 -07:00
Cha Zhang
8c87d1a8c0
Update release notes.
2017-09-14 15:19:14 -07:00
duli1
e48892c794
Merge branch 'master' of https://github.com/Microsoft/cntk
2017-09-14 11:11:34 -07:00
duli1
0eb7a1f795
update keras and tensorboard text
2017-09-14 11:10:55 -07:00
Project Philly
d9b0da2c4b
Integrate liqun/iterationnote2 into master
2017-09-13 23:08:59 -07:00
KeDengMS
484a4f7f9f
style fix
2017-09-13 22:58:15 -07:00
liqun fu
10fb523547
CSharp iteration note
2017-09-13 22:42:12 -07:00
duli1
f27ed0ae1d
Merge branch 'master' of https://github.com/Microsoft/cntk
2017-09-13 22:10:27 -07:00
duli1
b4a1704fcf
update contributor list.
2017-09-13 22:08:47 -07:00
Project Philly
035d79f366
Integrate ebarsoum/iteration into master
2017-09-13 19:03:38 -07:00
duli1
9ccbc674de
Merge branch 'master' of https://github.com/Microsoft/cntk
2017-09-13 18:34:28 -07:00
duli1
66b996fd46
update with keras and opencv info
2017-09-13 18:34:20 -07:00
Emad Barsoum
d00729346d
Merge with master.
2017-09-13 18:29:10 -07:00
hecli
5d9369e735
format change
2017-09-13 18:21:00 -07:00
hecli
e31a11a11c
Add acknowledgments
2017-09-13 18:13:07 -07:00
KeDengMS
e16816e675
More style update
2017-09-13 18:07:38 -07:00
KeDengMS
99adb85a23
Fix style in current_iteration.md
2017-09-13 18:01:06 -07:00