Граф коммитов

39 Коммитов

Автор SHA1 Сообщение Дата
Jasha Droppo 03665868ac Make setmode optional on unix platforms. 2014-10-31 17:31:31 -07:00
Mike Seltzer 9f85e4554a Merge branch 'master' of https://git01.codeplex.com/cntk 2014-10-31 14:28:11 -07:00
Frank Seide c576fc6f2c factored out dynamic loading of modules from Data{Read,Writ}er, in prep for Linux port 2014-10-31 13:59:01 -07:00
Frank Seide b0aef3dd2f new class (w)cstring to make passing STL strings to C functions easier;
consolidating some mappings for VS-only functions in basetypes.h
2014-10-31 11:42:30 -07:00
Frank Seide 5396f06d65 Adding untracked *.filters files. Oops. 2014-10-30 17:57:01 -07:00
Frank Seide 29f5adff6e removed message.h from Solution 2014-10-30 10:38:38 -07:00
Frank Seide b678e92596 msra_mgram.h no longer uses MESSAGE(_NOLF) macros from message.h;
unified Error() and ERROR() functions to RuntimeError() defined in basetypes.h, and eliminated message.h altogether (it was only used for ERROR);
new method LogicError()--note: some RuntimeError() calls really should be LogicError()s, need to fix as we notice them
2014-10-30 10:33:51 -07:00
Frank Seide a4bc3b64f0 removed dependency of File.cpp on message.h 2014-10-30 09:45:02 -07:00
Frank Seide 67f40ac285 removed some unused Windows-specific code from basetypes.h;
created a sub-structure inside projects that matches the actual directory names for shared files to make those easy to spot;
disabled some warnings in the test projects since we don't care much for those;
some warnings in test projects fixed
2014-10-30 09:28:27 -07:00
Mike Seltzer e6248be2a9 Merge branch 'master' of https://git01.codeplex.com/cntk 2014-10-27 13:24:09 -07:00
Mike Seltzer ff038f1bb5 fixed bug in utterancesourcemulti.h that arose when no labels provided 2014-10-27 10:29:55 -07:00
Frank Seide 1ceb249ceb changed VS-proprietary types (unsigned) _int64 to uint64_t/int64_t from stdint.h;
some more _s function use removed
2014-10-23 13:14:19 -07:00
Frank Seide 0bd78a9246 removed dependency on tchar.h, instead changed to wmain and wchar_t throughout (it's 2014 after all!) 2014-10-23 09:34:40 -07:00
Dong Yu 1c2d43eacc merge with remote 2014-10-16 16:40:49 -07:00
Dong Yu c56a245433 change several assertions to exception throw to guard it from incorrect behavior under the release build.
change gradient check error information display from stdout to stderr.
2014-10-16 16:37:37 -07:00
Frank Seide 0ee36af4bb last compiler warnings removed except for testing code--yay! 2014-10-15 16:39:29 -07:00
Frank Seide 60f109db9f bug fix in RandomGaussian, used wrong dimensions;
fixed loads of int size and signedness warnings;
fixed lots of unused-parameter warnings (in dummy implementations);
two more projects build warning-free
2014-10-15 16:11:51 -07:00
Frank Seide ad8ad190cb fixed comparison of int wrd with LabelIdType 2014-10-15 11:09:56 -07:00
Frank Seide 21085e1b7c main 'cn' project now compiles with warning level 4;
all projects now switched to warning level 4, although not all compile yet without warnings (for those, warnings=error is not yet set)
2014-10-14 17:25:33 -07:00
Frank Seide 0ea819a1c8 defined _CRT_SECURE_NO_WARNINGS because the "secure" CRT is not available on all platforms 2014-10-14 16:15:59 -07:00
Frank Seide ef3e4f5786 more warnings fixed 2014-10-14 16:15:27 -07:00
Frank Seide 4471af2489 removed more warnings 2014-10-14 12:01:22 -07:00
Frank Seide 2c8bbb8d72 builds now with the prvivous changes (needed to pull a fix) 2014-10-14 11:46:54 -07:00
Frank Seide 6c066bc55d more steps towards warning freeness, most projects are warning free now 2014-10-14 11:38:27 -07:00
Frank Seide 408eb72b89 two projects now compiling without warning on level 4 2014-10-13 11:36:46 -07:00
Mike Seltzer 206ac08374 Merge branch 'master' of https://git01.codeplex.com/cntk 2014-10-13 11:01:29 -07:00
Mike Seltzer 0f84ce807b fixed bug in utterancesourcemulti that arose when no labels provided 2014-10-13 10:00:44 -07:00
Frank Seide 900e9c746e more compiler warnings removed, two projects now warning=error (but still error level 3) 2014-10-10 17:16:39 -07:00
Frank Seide 5753ceb72f fixed several compiler warnings about silent size_t/int/float/double conversions 2014-10-10 16:59:42 -07:00
Mike Seltzer cff4108920 added check in paths for rnn scp files, work on utterancereader 2014-10-10 16:22:27 -07:00
Dong Yu 00b3ae64cf Change project files to VS 2013. 2014-09-24 13:24:15 -07:00
Dong Yu 80a8f14c24 Change project files to VS 2013. 2014-09-24 12:09:29 -07:00
Jasha Droppo 1faf193a52 Changes to support sharing of project files across git repositories. 2014-09-24 10:36:50 -07:00
adame b07ed61def Merge branch 'master' of https://git01.codeplex.com/cntk 2014-09-23 16:25:23 -07:00
Mike Seltzer 10e18bbcdd more cleanup of HTKMLFReader - removed commented out deprecated functions 2014-09-23 10:54:37 -07:00
Mike Seltzer 9d1a539f9c clean up of HTKMLFReader, and added user-specified page path; added ASR examples (LSTM, adaptive learning rate); added ASR check-in suites for writing (log likelihoods and bottleneck features); added necessary SCP files for TIMIT setup 2014-09-23 10:28:24 -07:00
adame 1c97a3f0c9 remove intermediate files from source control 2014-09-19 15:38:21 -07:00
adame 3b21b530f3 Update to fix the requirement for fully quantified dot paths in NDL.
In MEL, you still need to use the fully quantified path if you are passing something that wasn't defined in NDL.
2014-09-17 13:49:18 -07:00
unknown 6169450955 First Release of CNTK 2014-08-29 16:21:42 -07:00