REDMOND\sayanpa
0eac3877c4
Updated test paths
2017-03-20 16:00:31 -07:00
REDMOND\sayanpa
f4c1c0c904
Added Transfer Learning tutorial contribution from Mike Lanzetta, modified it and added tests
2017-03-20 16:00:30 -07:00
Michael Lanzetta
3eb95f8b8e
Add initial problem motivation for Transfer Learning notebook.
2017-03-20 15:57:02 -07:00
Michael Lanzetta
39a892fc17
Minor change to verbiage to clarify initial image from Convolution layers.
2017-03-20 15:57:02 -07:00
Mike Lanzetta
e4a2af8ffe
CNTK301-TransferLearning. Finishing up response to review comments for initial review. Removing old notebook name.
2017-03-20 15:57:02 -07:00
Michael Lanzetta
9403525e2e
Partially addressing review comments. More to come.
2017-03-20 15:57:01 -07:00
Michael Lanzetta
1c23bc8a15
Adding transfer learning notebook
2017-03-20 15:57:01 -07:00
REDMOND\sayanpa
cbedd91ee1
Add CR review for DCGAN
2017-03-18 18:38:23 -07:00
REDMOND\sayanpa
49da9a4060
Added CR feedback
2017-03-17 19:12:16 -07:00
REDMOND\sayanpa
984358de16
Deleted renamed notebook and corresponding test
2017-03-17 16:21:57 -07:00
REDMOND\sayanpa
b831a9a857
Updated notebooks, tests and docs
2017-03-17 16:19:34 -07:00
REDMOND\sayanpa
d60958f7bb
Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/dcgan3
2017-03-17 15:10:08 -07:00
REDMOND\sayanpa
e364289aa1
Updated dcgan test and nb text'
2017-03-17 15:07:25 -07:00
Emad Barsoum
8da12bcd49
Merge with master.
2017-03-17 10:36:40 -07:00
Alexey Reznichenko
124f07a0cc
Another attempt at streamlining device selection
...
Update device selection API as agreed:
* drop BestDevice() and DefaultDevice()
* add an option to specify excluded devices that should not be used as
globally default (neither auto-selected nor explicitly specified)
* add a mechanism to query device properties
* add a method to determine if a device is locked or not (in real-time)
* in SetDefaultDevice, offer an option to exclusively lock the specified
device.
2017-03-17 12:34:54 +01:00
REDMOND\sayanpa
a31c1bccad
adding dcgan tutorial
2017-03-16 22:53:39 -07:00
Emad Barsoum
72b9858189
Fix distributed training.
2017-03-16 18:31:09 -07:00
Emad Barsoum
4a93dd0021
Fix Parameters class.
2017-03-16 15:41:15 -07:00
Emad Barsoum
622798a4bd
Fix sparce test.
2017-03-16 14:18:42 -07:00
Emad Barsoum
e25dd44c70
Merge with master.
2017-03-15 22:10:17 -07:00
Emad Barsoum
d86c231d1f
Move all examples and notebook to use the new namespace.
2017-03-15 22:07:51 -07:00
Mark Hillebrand
97e674c934
Bump versions
2017-03-15 17:16:54 +01:00
Project Philly
4143756b2c
Integrate amtiaga/bugFixesForReasonNet into master
2017-03-14 14:49:16 -07:00
Project Philly
a5c581064f
Integrate f52ab2a
into master
2017-03-14 14:23:01 -07:00
Amit Agarwal
a195ebf73a
CNTK v2 library: Fix output Value object shapes to not have the sequence axis if the variable the Value corresponds to does not have a sequence axis
2017-03-14 12:04:48 -07:00
Willi Richert
d15fe33db9
import os
2017-03-14 10:05:09 +01:00
Frank Ibem
f52ab2a03a
Perform selected action at each time step
...
Currently resetting the environment
2017-03-10 14:02:41 -06:00
Frank Seide
1bdd3da4e4
reverted depth_first_search distance/depth in stack variable to prior;
...
deleted some unused left-over code;
fixed some import/namespace issues with new tests
2017-03-03 14:02:18 -08:00
Frank Seide
42256b68ce
updated 204 tutorial to new signature of LSTM()
2017-03-03 11:50:23 -08:00
Frank Seide
51a3ee5acb
merged from master
2017-03-03 10:30:11 -08:00
Frank Seide
2dcfab9c97
fixed a syntax error in a tutorial (merge error??)
2017-03-03 08:44:46 -08:00
NORTHAMERICA\vistepan
6256c6e355
Updated examples to use the latest progress writer API
2017-03-02 17:57:57 -08:00
Frank Seide
736d2f006c
merged from master
2017-03-02 11:46:22 -08:00
Chris Basoglu
28b749db39
Update CNTK_106B_LSTM_Timeseries_with_IOT_Data.ipynb
2017-03-01 12:05:13 -08:00
Frank Seide
e391687e43
simplified layers_test.py (no more fooDict);
...
changed all example @Function with signature to @FunctionWithSignature for python 2.7 happiness;
fixed an incorrect use of default values in word_rnn.py and 207 tutorial;
updated a CS test w.r.t. LanguageUnderstanding.py
2017-02-24 17:31:02 -08:00
Amit Agarwal
ef3aa02038
CNTK v2 library: Fixed a couple of tutorials that were using numpy imnterop to properly specify the dynamic axes of inputs; earlier the models were specifying inputs to have both sequence and dynamic axes though the fed numpy array data did not account for the sequence axis causing the batch dimension to be wrongly interpreted as the sequence dimension. This was working earlier due to a bug in interpreting numpy data which always interpreted the leading axis to be the bacth axis regardless of the actual dynamic axis the input has; fixing that bug exposed the issue with these notebooks
2017-02-23 13:39:36 -08:00
Mark Hillebrand
1b4ec4feeb
Merge remote-tracking branch 'origin/master' into mahilleb/PostReleaseMerges
...
Resolved conflict with:
bindings/python/doc/tutorials.rst
2017-02-23 20:47:44 +01:00
Mark Hillebrand
dc0dde69ca
Bump versions
...
Conflict resolved for:
bindings/python/doc/tutorials.rst
2017-02-23 17:10:19 +01:00
Guenther Schmuelling
a05941709f
read csv with np.float32 to avoid warning
2017-02-22 13:12:59 -08:00
Guenther Schmuelling
1337cddcb0
Merge branch 'master' into guschmue/tut-106b
2017-02-21 13:10:30 -08:00
Nikos Karampatziakis
4affe72568
HTK deserializers and Reader Transforms
...
Squashed commit of the following:
commit f0250727423dcea2fa138e519562fc868b60633e
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Fri Feb 17 16:36:10 2017 -0800
fix a typo
commit 87d4a2119fc0011bb3199c9dcefead913a92b358
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Fri Feb 17 16:23:20 2017 -0800
Moved C++ test to use HTK deserializers
commit 7b52fe1e5de282787e3e59d1a798336976f3d331
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Fri Feb 17 16:07:23 2017 -0800
final api for htk deserializers
commit e21495f3db074e2fa95ac30933925ed30262a7ba
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Fri Feb 17 15:19:20 2017 -0800
test
commit e3951291d060acad2caf49e3a4d6781da354835a
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Fri Feb 17 14:45:06 2017 -0800
fix
commit 3096607bd2fcbaa93e970daccdb503e29ac4d37c
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Fri Feb 17 14:27:27 2017 -0800
Incorporated CR feedback.
commit 2e3c9d31fa1e4dc141fbc6f2ca3ce69d1b5ad855
Merge: 3e116ed e70eac3
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Fri Feb 17 09:45:00 2017 -0800
Merge remote-tracking branch 'origin/master' into nikosk/iocleanup
commit 3e116ed79d35d788c5326eef4d93ad39f715983f
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Fri Feb 17 09:43:48 2017 -0800
typo fix
commit 02587a5ef53ded988621ab9759f4507f69b72933
Merge: a01c137 721a6f7
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Thu Feb 16 20:25:48 2017 -0800
Merge remote-tracking branch 'origin/master' into nikosk/iocleanup
commit a01c13727aeb4788ddebdfdbd05b64319dd08443
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Thu Feb 16 20:05:41 2017 -0800
Removed dead code
commit 1e6f6f9c30edeea27d7f7fdd01baeaf8a3d590ec
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Thu Feb 16 19:56:10 2017 -0800
Updated examples that use transforms
commit b40c71667300d0803e38f5b78cd8b68a6c5dd70d
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Thu Feb 16 19:43:12 2017 -0800
pytests pass
commit a6f6af04d854f0a2cefc2f20142cf0164fadde32
Merge: 7bc0893 df46851
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Thu Feb 16 12:21:07 2017 -0800
Merge branch 'mudithtk' into nikosk/iocleanup
commit 7bc08937eeee000682afe28405143896c563940b
Merge: d9b5fdf 0bf2f46
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Thu Feb 16 12:12:14 2017 -0800
Merge remote-tracking branch 'origin/master' into nikosk/iocleanup
commit df468513c53a2a5189172045a6df91a699a564a8
Merge: 0bf2f46
15737ef
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Thu Feb 16 10:03:57 2017 -0800
Merge branch 'muditj/HTKDeserializerPythonWrapper' of https://github.com/MSharman/CNTK into mudithtk
commit d9b5fdf0ebab2ff4175d7ae27d1e3cc52d1c195d
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Thu Feb 16 10:01:46 2017 -0800
Various fixes
commit 45d149ef1013fc118de142d96c19110753331aab
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Sat Feb 11 17:16:47 2017 -0800
added docs for HTK deserializers
commit 3baaaf019dd95990f2f8962e35b9bbd0f37f768b
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Sat Feb 11 17:00:54 2017 -0800
update htk test to conform to new trainer
commit 9a39a41be1d2d553f9730dde1912eecbe0805dfb
Merge: 05d211b fd2e796
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Sat Feb 11 16:54:09 2017 -0800
Merge remote-tracking branch 'origin/master' into nikosk/iocleanup
commit 05d211b3ffcb58c98f71d717b79cb8f30bada060
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Sat Feb 11 16:45:41 2017 -0800
HTK deserializers working properly with a test
commit 910580b3df72f15846c9a3e65dced1b121c0a192
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Thu Feb 9 22:03:03 2017 -0800
cleanup
commit bb17ae40818ca901d6c2fc09fd692be947e7bdc9
Merge: c920260 b159781
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Thu Feb 9 21:53:22 2017 -0800
Merge remote-tracking branch 'origin/master' into nikosk/iocleanup
commit c92026038a6a194f996f7e64261378eb563d9659
Merge: 1db7eb8 74fa7f4
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Thu Feb 9 21:50:33 2017 -0800
Merge remote-tracking branch 'origin/master' into nikosk/iocleanup
commit 1db7eb832f6c878aeb46faa015d21e55780bc219
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Thu Feb 9 17:24:58 2017 -0800
All tests work
commit af6ee5af9ddd95677192f997a134276834cec537
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Wed Feb 8 22:34:18 2017 -0800
All tests that should pass pass
commit 15737ef843
Author: Mudit Jain <muditj@microsoft.com>
Date: Tue Feb 7 13:45:41 2017 -0800
Add Htkfeature and mlf deserializers
commit a8941ac82e8a028f4444e64e3dd826cbbe266761
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Mon Feb 6 10:14:15 2017 -0800
image deserializer in C++
commit b599a14189a2c36b9a9c14df5d58fa8c577046b9
Author: Nikos Karampatziakis <nikosk@microsoft.com>
Date: Mon Jan 30 17:39:10 2017 -0800
Image transforms in c++
2017-02-17 16:39:58 -08:00
Project Philly
721a6f71a2
Integrate 2eaef84d7b
into master
2017-02-16 18:55:26 -08:00
Guenther Schmuelling
a8eeac4123
merge with master
2017-02-16 18:15:10 -08:00
Chris Basoglu
ad2dfb7180
Merge branch 'master' into nluehr/examplefixes
2017-02-15 14:29:27 -08:00
Guenther Schmuelling
8e2f5efcf1
address review feedback, iteration 2
2017-02-14 13:08:37 -08:00
Guenther Schmuelling
5f350c2c0f
address review comments
2017-02-13 16:05:35 -08:00
jerogers-msft
2789f5b0bb
Small language change to comments
...
I think you meant "Set epoch size to a larger number for lower training error" rather than "Set epoch size to a larger number of lower training error"
Thanks for the tutorials!
2017-02-12 10:34:48 -08:00
Guenther Schmuelling
d04b5c5e56
remove old csv link
2017-02-10 15:22:03 -08:00
Guenther Schmuelling
5d65ee6e9d
reflect beta11 api change
2017-02-10 13:52:38 -08:00
Nathan Luehr
2f7a2f04c8
Cosmetic tweak in tutorials.
...
Make progress printer show correct epochs limit in most cases.
2017-02-10 13:19:39 -08:00
Mark Hillebrand
6f74b33696
CNTK_201B_CIFAR-10_ImageHandsOn.ipynb: fix PIL.Image import
2017-02-10 15:57:51 +01:00
Mark Hillebrand
a435f5a159
Bump versions
2017-02-10 15:57:35 +01:00
Frank Seide
487ba16ba7
fixed a typo in a Jupyter notebook
2017-02-09 23:32:38 -08:00
Frank Seide
659e4ae4ee
addressed CR feedback
2017-02-09 19:46:20 -08:00
REDMOND\sayanpa
752c59e02f
Updated docs, test and nb spell mistakes
2017-02-09 19:35:30 -08:00
REDMOND\sayanpa
cee8cd1601
Updated the branch to current master and update CNTK 106B
2017-02-09 18:08:57 -08:00
Frank Seide
3b02db423d
renamed Function.save_model() to save(), and restore_model() likewise;
...
made load_model a static method Function.load()
2017-02-09 17:24:39 -08:00
Frank Seide
adf0a9238a
changed signature of splice() from list to *args, to make it consistent with all other ops;
...
renamed cntk.ops.reduce_log_sum() to reduce_log_add_exp(), to make it consistent with log_add_exp();
associative binary ops like plus() now accept >2 arguments;
new ops element_max(), element_min();
softmax() now takes axis parameter;
constant() now takes dtype parameter argument
2017-02-09 17:06:09 -08:00
Frank Seide
9b87729469
changed LayerStack() to For()
2017-02-09 16:06:36 -08:00
Frank Seide
19d2e5f7ea
changed all imports of blocks and models to layers
2017-02-09 15:41:12 -08:00
Frank Seide
99c25c0327
changed Trainer() signature from Trainer(model, loss, metric, ...) to Trainer(model, (loss, metric), ...) to prep for Layers lib where (loss, metric) is the criterion function;
...
fixed an existing bug in a doc example
2017-02-09 15:22:45 -08:00
Project Philly
5f938516d0
Integrate thilow/SimpleExampleSSM into master
2017-02-09 09:29:50 -08:00
Thilo Will
54c589dd53
addressing cr comments
2017-02-09 16:54:06 +01:00
Mark Hillebrand
f2f13194fb
Tutorials/CNTK_104_Finance_Timeseries_Basic_with_Pandas_Numpy.ipynb: fix two links to Wikipedia
...
Closes : #1416
2017-02-09 12:06:51 +01:00
Thilo Will
98c2fbdcd1
Merge remote-tracking branch 'origin/master' into thilow/SimpleExampleSSM
2017-02-09 12:01:11 +01:00
Thilo Will
50e8e10406
Merge remote-tracking branch 'origin/master' into thilow/SimpleExampleSSM
2017-02-08 16:15:44 +01:00
Thilo Will
f0636c902f
Changed methods in Param to be global functions to avoid the differewnt handling of unbound functions in Python 2 vs 3
2017-02-08 14:58:22 +01:00
REDMOND\sayanpa
b1eb518b36
Fixed the pickle file version
2017-02-07 22:11:28 -08:00
REDMOND\sayanpa
937dab5675
Incorporated CR feedback with retry logic
2017-02-07 16:39:17 -08:00
REDMOND\sayanpa
3f68277bdd
Updated caching of test data and retry logic
2017-02-07 16:34:06 -08:00
REDMOND\sayanpa
43ca617425
Fixed a data download condition
2017-02-07 16:26:20 -08:00
REDMOND\sayanpa
d27353e247
Incorporated CR feedback with retry logic
2017-02-07 15:02:59 -08:00
REDMOND\sayanpa
777c9cca07
Adding small data caching for test automation
2017-02-06 16:21:14 -08:00
REDMOND\sayanpa
11e4e4a6ee
Revert "Adding small data caching for test automation"
...
This reverts commit f8383b2511
.
2017-02-06 16:17:19 -08:00
REDMOND\sayanpa
f8383b2511
Adding small data caching for test automation
2017-02-06 16:14:33 -08:00
Chris Basoglu
ae372d7b09
Update notebooks
2017-02-02 18:23:41 -08:00
Chris Basoglu
6a603b0c79
Update images
2017-02-02 17:40:20 -08:00
Chris Basoglu
9ddf5d9440
Add images to notebooks
2017-02-02 14:14:02 -08:00
Chris Basoglu
ceefaa5458
Fix notebook
2017-02-02 13:44:09 -08:00
Chris Basoglu
473962fe49
Update images
2017-02-02 10:22:53 -08:00
Chris Basoglu
38c1e38596
Test image
2017-02-02 10:06:49 -08:00
Chris Basoglu
7d472b4bff
Test image
2017-02-02 10:01:27 -08:00
Mark Hillebrand
d4b49b8208
Bump versions
2017-02-01 18:13:00 +01:00
Thilo Will
b121722e8c
CNTK_207: fixing grammar error
2017-02-01 15:45:17 +01:00
Thilo Will
7ea2ff157d
CNTK_207_Training_with_Sampled_Softmax: adding test. Adding device-awareness in notebook.
2017-02-01 15:39:07 +01:00
Thilo Will
72f1b6ff0a
Changed parameters of speed measurement for CNTK_207
2017-02-01 12:10:10 +01:00
Thilo Will
59b41e4ead
Tutorial CNTK_207: adding to samples.json. Adding 'from __future__'
2017-02-01 10:20:36 +01:00
Thilo Will
9efb369344
changed settings of per measurement plot
2017-01-31 22:07:22 +01:00
Thilo Will
5a1720d9e1
Extended text
2017-01-31 18:15:12 +01:00
Thilo Will
51b3c03a6a
Adding speed measurement to CNTK_207
2017-01-31 18:04:14 +01:00
Thilo Will
842570d4ef
Changed some parameter attributes to lambdas
2017-01-31 17:33:27 +01:00
Thilo Will
cd223e88ba
Fixing comment
2017-01-31 16:08:59 +01:00
Thilo Will
4102c20ca2
Fixed spelling errors in CNTK_207_...
2017-01-31 10:39:15 +01:00
Guenther Schmuelling
aa884114cd
added cntk-106b
2017-01-30 13:27:56 -08:00
Thilo Will
57cf46fdc5
Reamed from CNTK_206... to CNTK_207...
2017-01-30 16:18:32 +01:00
Thilo Will
87ab0d3651
merge from master
2017-01-30 16:16:57 +01:00
Thilo Will
68e9cbfb35
Added references to notebook
2017-01-30 16:14:20 +01:00
Thilo Will
2d1782d8bb
Renamed notebook to CNTK_206_Training_with_Sampled_Softmax
2017-01-30 15:54:23 +01:00
Thilo Will
1319c698f8
Fixed bugs in notebook
2017-01-30 15:51:33 +01:00
Thilo Will
dd4398fb33
added plotting to notebook
2017-01-30 14:38:20 +01:00
Willi Richert
655937f94f
Clean up FF tutorial
2017-01-30 13:43:16 +01:00
Thilo Will
29d9969e20
Fixed some errors in notebook
2017-01-30 13:41:19 +01:00
Thilo Will
877c9aa7a3
re-factored notebook
2017-01-29 19:19:43 +01:00
Thilo Will
74b978b5be
update notebook
2017-01-27 22:21:36 +01:00
REDMOND\sayanpa
1cd29d2de9
Increased iterations in isFast mode
2017-01-27 11:55:31 -08:00
REDMOND\sayanpa
9108aa35df
Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/gantut
2017-01-26 21:43:42 -08:00
REDMOND\sayanpa
469aea6c9e
Added GAN tut + test data path
2017-01-26 21:00:07 -08:00
REDMOND\sayanpa
abb201ef03
Added GAN tutorial updates
2017-01-26 18:58:13 -08:00
REDMOND\sayanpa
faa973b8f5
Added GAN tutorial and fixed test threshold
2017-01-26 18:40:28 -08:00
REDMOND\sayanpa
9964293f8f
Added GAN tutorial with CR feedback
2017-01-26 17:57:57 -08:00
NORTHAMERICA\vistepan
02709cafc1
Merge branch 'master' into vistepan/tensorboard-support
2017-01-26 15:53:51 -08:00
NORTHAMERICA\vistepan
e393240779
Undo renaming ProgressPrinter.
2017-01-26 15:49:18 -08:00
Thilo Will
57d228c45d
Updated notebook
2017-01-26 18:09:12 +01:00
Thilo Will
70626b421f
adding notebook
2017-01-26 17:36:07 +01:00
REDMOND\sayanpa
f94ebcf4f6
Adding basic GAN tutorial
2017-01-25 16:07:19 -08:00
REDMOND\sayanpa
bf8e3ef3ab
Carrying forward git pr 1311 - render cartpole + clear conda kernel to default
2017-01-23 15:16:12 -08:00
REDMOND\sayanpa
e927c166b6
Carrying forward git pr 1311 changes + disable cartpole render for test
2017-01-23 15:08:30 -08:00
REDMOND\sayanpa
7ebd5d011c
Merged the fixes from pr1311 and turn off cart-pole rendering for test
2017-01-23 14:49:43 -08:00
REDMOND\sayanpa
e9aa3f83ed
Revert "Merge branch 'eveselov-master'"
...
This reverts commit db4e8a46cf
, reversing
changes made to 373a436cb1
.
2017-01-23 10:13:58 -08:00
REDMOND\sayanpa
f51db94793
Merge branch 'master' of https://github.com/eveselov/CNTK into eveselov-master
2017-01-23 10:02:20 -08:00
NORTHAMERICA\vistepan
45e429d0f3
Initial support for writing TensorBoard event files.
2017-01-20 22:51:32 -08:00
Mark Hillebrand
0451daa7c3
Bump versions
2017-01-20 17:26:07 +01:00
Project Philly
3ac55535fc
Integrate alrezni/v2_default_unit_gain into master
2017-01-20 02:48:55 -08:00
Alexey Reznichenko
9b6c6bde34
Add a default (true) for the unit-gain flag value
2017-01-20 09:27:36 +01:00
REDMOND\sayanpa
f514609836
Updated tutorial with CR feedback
2017-01-19 13:05:33 -08:00
REDMOND\sayanpa
f51a85050c
Merge branch 'master' of https://github.com/Microsoft/CNTK into sayanpa/cntk206
2017-01-19 08:42:06 -08:00
Mark Hillebrand
2d91bad7df
CNTK_203_Reinforcement_Learning_Basics_test.py: bump timeout
...
Also, allow a bit more total episodes in fast mode of the notebook.
2017-01-19 13:51:43 +01:00
REDMOND\sayanpa
cf6f50cc26
addressed comments from CR
2017-01-18 19:36:30 -08:00
REDMOND\sayanpa
ba42b6b1a4
Updates to CNTK 102 and 103B with CR feedback
2017-01-18 13:58:58 -08:00
REDMOND\sayanpa
c6147735a9
Added timeseries with LSTM basics tutorial
2017-01-18 13:12:24 -08:00
Eugene Veselov
76ad89a6b9
A couple of bugs fixed in CNTK_203_Reinforcement_Learning_Basics tutorial:
...
a) The order of loss function arguments was incorrect, causing crash in training
b) env resetting moved from outside to inside the loop to allow visualization on all iterations
c) env rendering uncomented to allow visualization of the model
2017-01-17 23:10:33 -08:00
REDMOND\sayanpa
21d0bbf614
Updated the notebook to use layers library
2017-01-17 21:22:34 -08:00
Mark Hillebrand
3dd737f500
Bump version
2017-01-16 20:15:06 +01:00
Alexey Reznichenko
3ab246855b
Add unit-gain momentum flag
...
This commit contains a breaking change: it adds a flag to both
C++ and python Learner API that indicates if the momentum should be applied in
the regular fashion or as a unit-gain filter. This flag is a required
parameter for learners that use momentum (momentum_sgd, nesterov_sgd and
adam_sgd).
2017-01-16 09:39:39 +01:00
Project Philly
43b30a1c41
Integrate chazhang/reader_fix into master
2017-01-13 17:58:30 -08:00
REDMOND\sayanpa
80321d9148
Added CNTK105 autoencoder tutorial
2017-01-13 11:12:47 -08:00
Cha Zhang
4c03e2c0a5
Revision based on CR.
2017-01-13 08:52:37 -08:00
Cha Zhang
b28f579131
Bug fix. More config change.
2017-01-13 08:52:36 -08:00
Cha Zhang
abc1fc92a7
Bug fixes on crop transform. Change CNTK config files to new crop transform.
2017-01-13 08:52:36 -08:00
Nikos Karampatziakis
0fc7cdc3ae
fix an issue on CNTK 202 introduced with new handling of sequence inputs
2017-01-12 18:15:30 -08:00
Mark Hillebrand
88b6c328a8
Address CR comments
2017-01-12 15:56:52 +01:00
Mark Hillebrand
48d79a3518
CNTK_203_Reinforcement_Learning_Basics.ipynb: just spacing
2017-01-12 13:59:56 +01:00
Mark Hillebrand
cb66befcf2
CNTK_203_Reinforcement_Learning_Basics.ipynb: add test
2017-01-12 13:59:56 +01:00
Mark Hillebrand
4665583810
Make Jupyter Notebook tests device-aware
2017-01-12 13:59:56 +01:00
KeDengMS
6c73818bf7
[CNTK Core] Change BatchNormalization default to CuDnn in both BrainScript and V2 C++/Python, and add fallback to cntk engine when not supported by cudnn
...
Fix epsilon in CuDnnBatchNormalization to be consistent in forward/backward
Fix BatchNormalization parameter gradient accumulation
Add message on CuDnnBatchNormalization forward infer batch size limitation, and adjust CNTK_202_Language_Understanding eval minibatch size to avoid CUDA failure
2017-01-11 01:00:09 -08:00
Mark Hillebrand
4b31eda24f
Merge remote-tracking branch 'origin/master' into mahilleb/Mnist13
2017-01-10 08:05:44 +01:00
Mark Hillebrand
6dc09565bb
CNTK_103B_MNIST_FeedForwardNetwork.ipynb: add test
...
Also, let run MNIST tests against the default (end-user) data location.
2017-01-10 05:42:30 +01:00
Amit Agarwal
fe24966f7e
CNTK v2 library: Change BlockFunction implementation to store the mapping of block function arguments and outputs in the variables themselves instead of maps on teh side
2017-01-05 10:38:57 -08:00
Project Philly
fa975f8476
Integrate sayanpa/fixcntk103b into master
2017-01-04 19:42:10 -08:00
REDMOND\sayanpa
8a07efdfec
bug fix in testing model data source
2017-01-04 13:58:36 -08:00
REDMOND\sayanpa
d0f5250e43
Fix git hub rendering of CNTK 204 notebook
2017-01-02 11:35:39 -08:00
Amit Agarwal
b83484401a
CNTK v2 library: BlockFunction feature to create heirarchical function graphs
2016-12-24 00:28:22 -08:00
Aayush Garg
f9ad4aafcf
Remove text_minibatch_source
2016-12-23 02:35:20 -08:00
Project Philly
a01e609450
Integrate nikosk/highlight into master
2016-12-22 17:28:57 -08:00
Cha Zhang
69fb965fd3
Update file to work for both Python 2 and 3.
2016-12-22 17:06:05 -08:00
Nikos Karampatziakis
a8fa4554ee
Removed annoying ?highlight from pythondocs links
2016-12-22 16:41:28 -08:00
Mark Hillebrand
89ffdf4ee4
Bump version
2016-12-22 10:52:53 +01:00
Nikos Karampatziakis
1e67e8cd13
figured out the discrepancy between test and local
2016-12-21 12:08:12 -08:00
Nikos Karampatziakis
0233ff98e9
Merge branch 'wilrich/amitaga/tensorLibPerf' into nikosk/neuralstyle
2016-12-21 11:26:38 -08:00
Nikos Karampatziakis
e54fbc7589
update baseline with correct images
2016-12-21 11:24:53 -08:00
Willi Richert
bb7cd37b8e
Matplotlib inline
2016-12-21 18:17:54 +01:00
Willi Richert
d5b93430ba
Fix shape changes
2016-12-21 18:12:13 +01:00
Willi Richert
74968295d9
Cleaned up imports; fixed error handling
2016-12-21 13:30:23 +01:00
Nikos Karampatziakis
b90fad0689
support for python 2.7
2016-12-20 22:04:48 -08:00
Nikos Karampatziakis
acb1209399
switched kernel back to generic
2016-12-20 21:28:05 -08:00
Nikos Karampatziakis
7addd34aff
Merge remote-tracking branch 'origin/master' into nikosk/neuralstyle
2016-12-20 18:33:59 -08:00
Nikos Karampatziakis
3b1ac91a0d
updated tutorial with approved style and content
...
updated test
2016-12-20 18:32:59 -08:00
Mark Hillebrand
8f4cad8f40
Enable Python 2.7
2016-12-19 13:49:05 +01:00
Nikos Karampatziakis
1d5f5a7d06
fixed the notebook/test to work on cpu and gpu
...
removed images from tutorials folder
2016-12-16 10:26:29 -08:00
Nikos Karampatziakis
0a21b3644a
addressed all CR feedback
2016-12-15 19:12:38 -08:00
Nikos Karampatziakis
ecaa6cf423
addressed most CR feedback
2016-12-15 18:47:02 -08:00
Nikos Karampatziakis
ae653c6fba
Incorporated CR feedback
2016-12-14 12:29:33 -08:00
Alexey Reznichenko
867e08271d
Fix CNTK_203_Reinforcement_Learning_Basics.ipynb
...
Remove an extra argument from save_model calls.
2016-12-14 11:38:45 +01:00
Nikos Karampatziakis
51db935f01
neural artistic style transfer
2016-12-13 18:21:40 -08:00
Mark Hillebrand
80f70b638d
Bump version
2016-12-12 18:59:15 +01:00
Project Philly
5a36689a4f
Integrate t-ivrodr/value_to_csr into master
2016-12-09 06:17:28 -08:00
Mark Hillebrand
f7d0150221
Add test for CNTK_202_Language_Understanding.ipynb
2016-12-09 13:20:12 +01:00
Mark Hillebrand
2b1237cd5a
CNTK_204_Sequence_To_Sequence.ipynb: use local data if present
...
Also, minor changes + drop output.
2016-12-09 13:20:12 +01:00
Ivan Rodriguez
fd5e3d4e20
Addressing CR comments in 2nd iteration
2016-12-09 12:58:23 +01:00
Willi Richert
2a9d000f06
Rename find_nodes_by_name to find_all_with_name and add find_by_name
2016-12-09 09:47:25 +01:00
Project Philly
253e0a1400
Integrate alrezni/v2_save_model into master
2016-12-05 05:03:37 -08:00
Alexey Reznichenko
3a085d66bf
Remove legacy format flag from SaveModel
...
Use protobuf-based serialization for model saving in V2. Refactor
saving models in legacy format to a separate function (in Internal
namespace).
2016-12-05 13:16:40 +01:00
REDMOND\sayanpa
17e4a07cff
Added CR comments and updated test
2016-12-02 01:15:45 -08:00
REDMOND\sayanpa
6f89bfed7b
Adding a time series tutorial with Pandas and Numpy interop for finance data
2016-12-02 01:15:45 -08:00
REDMOND\sayanpa
e2b7fee2d9
Incorporated CR feedback
2016-12-01 11:24:52 -08:00
REDMOND\sayanpa
e6c96f8dd0
Added couple of clarifying comments without any test
2016-12-01 11:24:51 -08:00
Emad Barsoum
0c50788e41
Fix image hand on tutorial.
2016-11-28 18:56:43 -08:00
Mark Hillebrand
baad5f3630
Bump version
2016-11-25 20:31:14 +01:00
REDMOND\sayanpa
494e39f76a
Added Sequence to sequence tutorial and test
2016-11-23 14:18:14 -08:00
Mark Hillebrand
ce301e2ec2
Bump version
2016-11-21 15:21:43 +01:00
Mark Hillebrand
b052cece03
Tutorials: more fixes
2016-11-18 19:15:15 +01:00
Mark Hillebrand
e442dd4273
Tutorials: more fixes
2016-11-18 14:47:17 +01:00
Willi Richert
49125b5e4c
Adapting to stricter shape checks
2016-11-18 12:21:17 +01:00
Mark Hillebrand
3ec23a54d9
Fix Tutorials/CNTK_{101,102} wrt learning rate schedule.
...
Add test for them.
2016-11-17 20:39:10 +01:00
Mark Hillebrand
e8c9865977
Fix some typos, tune
2016-11-17 20:39:10 +01:00
Aayush Garg
4923b404bb
Applying comments
2016-11-17 08:48:23 -08:00
Aayush Garg
e189d23c0d
Fix
2016-11-17 02:01:00 -08:00
Aayush Garg
6344a95ca7
Remove outputs
2016-11-17 01:57:52 -08:00
Aayush Garg
98b445c9f2
Fix RL tutorial
2016-11-17 01:53:17 -08:00
Philipp Kranen
cbc27a94ca
fixed 202 and 203 tutorials
2016-11-16 11:09:01 +01:00