Frank Seide
|
3c888b1d75
|
some more warnings and size_t/int fixed
|
2014-10-14 16:41:06 -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
|
b8d2b66fa8
|
fixed use of assert()
|
2014-10-14 13:28:07 -07:00 |
Frank Seide
|
70a927a8eb
|
added a guard for #pragma simd to be limited to the Intel compiler
|
2014-10-14 13:21:26 -07:00 |
Frank Seide
|
e8a174a503
|
fileutil.h no longer depends on basetypes.h, which caused problems with File.h being included in CUDA code
|
2014-10-14 13:20:59 -07:00 |
Frank Seide
|
c4370753c0
|
removed some unreachable code
|
2014-10-14 12:05:13 -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 |
Jasha Droppo
|
1aa1e0828d
|
Fix problem where the node was calling a function whose name no longer exists.
|
2014-10-14 11:26:27 -07:00 |
Jasha Droppo
|
d5fef3fbcf
|
Cleaned up Math.vcxproj and CNTKEval.vcxproj to remove 32-bit builds and
generally cleanup the mess of configuration options introduced by the IDE.
|
2014-10-13 11:57:57 -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 |
Dong Yu
|
78ea0cae94
|
merge with master
|
2014-10-10 17:48:34 -07:00 |
Dong Yu
|
0d79aa8be9
|
Clean code and warning. add matrix support for mixture density models.
|
2014-10-10 17:35:54 -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 |
Jasha Droppo
|
4a45b6a399
|
Merge branch 'master' of https://git01.codeplex.com/cntk
Conflicts:
MachineLearning/CNTKEval/CNTKEval.vcxproj
|
2014-10-08 16:07:21 -07:00 |
Jasha Droppo
|
04f519b1d0
|
Added Log Computational Node
|
2014-10-08 16:01:51 -07:00 |
Jasha Droppo
|
f5e41bb3bb
|
Changed CRT to be static version
|
2014-10-08 16:00:59 -07:00 |
Dong Yu
|
f4f4a45886
|
minor change to the CNTK-book.
|
2014-10-03 17:17:11 -07:00 |
Mike Seltzer
|
9d3db5f895
|
Merge branch 'master' of https://git01.codeplex.com/cntk
|
2014-10-01 13:30:48 -07:00 |
Mike Seltzer
|
849d439bcc
|
added *.bak to gitignore
|
2014-10-01 13:29:44 -07:00 |
Mike Seltzer
|
2cb32f876e
|
update LSTM ndl example file to be compatible with NDL changes
|
2014-10-01 13:25:39 -07:00 |
Jason D. Williams
|
32f4d5188e
|
Corrected reference to cudart.lib
|
2014-09-29 20:11:39 -07:00 |
Mike Seltzer
|
a38886bda8
|
Merge branch 'master' of https://git01.codeplex.com/cntk
|
2014-09-25 11:15:35 -07:00 |
Mike Seltzer
|
1a7fcfdb14
|
deleted (with rm --cached) all user files not yet ignored correctly)
|
2014-09-25 11:14:49 -07:00 |
Mike Seltzer
|
0dad8d2414
|
deleting old lstm ndl file
|
2014-09-25 10:57:42 -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
|
882cb1831c
|
Remove some built files in Math library
|
2014-09-23 19:49:01 -07:00 |
adame
|
c61acc5484
|
NDL fixes, ndl script fixes, CNTKEval release fix, seek file bug
|
2014-09-23 16:44:53 -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
|
90a416ebbb
|
Merge branch 'master' of https://git01.codeplex.com/cntk
|
2014-09-23 10:42:03 -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 |
Jasha Droppo
|
e4fbec03e8
|
Merge branch 'logsoftmax'
|
2014-09-22 21:10:34 -07:00 |
kaisheny
|
be4319f0eb
|
updated README with NDL
|
2014-09-22 15:02:17 -07:00 |
adame
|
226c5d7493
|
Merge branch 'master' of https://git01.codeplex.com/cntk
|
2014-09-22 14:57:12 -07:00 |
adame
|
034b2df1a1
|
Merge branch 'master' of https://git01.codeplex.com/cntk
Conflicts:
.gitignore
|
2014-09-22 14:56:54 -07:00 |
kaisheny
|
87c0fc21db
|
use local directory and NDL
|
2014-09-22 14:53:08 -07:00 |
adame
|
bd17172ecb
|
intermediate files removed from repository
|
2014-09-19 16:03:46 -07:00 |
adame
|
1c97a3f0c9
|
remove intermediate files from source control
|
2014-09-19 15:38:21 -07:00 |
adame
|
f20bec6a74
|
checkin everything
|
2014-09-19 07:29:55 -07:00 |
adame
|
1d6b9868c6
|
Merge branch 'master' of https://git01.codeplex.com/cntk
|
2014-09-19 07:27:43 -07:00 |
adame
|
510c7daed3
|
remove more unused code
add .gitignore
|
2014-09-18 14:38:26 -07:00 |