Zhou Wang
c367e6cc4f
Add building libeval.so and cppevalclient on Linux;
...
Adapt cppevalcient to build both on Windwos and Linux
Add comment for using "this->" explicitly
Add to build LibEval.so in Makefile
minor changes
EvalSample on Linux
Add EvalSampleClient to Makefile
fix errors in Makefile
fix compilation error on Linux
fix more errors
add main function for Linux
Fix captial case for Eval.h on Linux
build cppevalclient
Add dependency processing for .cu
replace \ with / in the file path on Linux
Adapt path on Linux
fix path on Linux
Use main() on Windows, remvoe unused files and path in Makefile
remove unused files
Use main() on Windows, and remove the wrapper for Linux
further remvoe unused files
fine tuning on lib and path
minor changes
2016-06-27 12:43:21 +02:00
Project Philly
d39410d2fc
Integrate anthaue/addblockmultiplier into master
2016-06-24 16:50:41 -07:00
anthonyaue
8ea48ecb22
Add -mssse3 flag (-msse3 and -mssse3 both need to be specified apparently
2016-06-21 15:55:21 -07:00
anthonyaue
6a07bcfe5e
Add -msse3 flag to CUFLAGS
2016-06-21 15:41:27 -07:00
anthonyaue
f6bd20fd76
Play with spacing to help make find endif
2016-06-21 15:02:36 -07:00
anthonyaue
523731635f
Remove line-continuation backslash in makefile
2016-06-21 13:59:26 -07:00
anthonyaue
7527dd0154
Make AVX2 flag conditional on SUPPORT_AVX2 macro in linux build file
2016-06-21 13:02:39 -07:00
anthonyaue
1043f45466
Specify AVX instead of AVX2. TODO: Figure out story for conditional
...
compilation
2016-06-21 12:22:46 -07:00
anthonyaue
1e6fb55338
Add Stdafx.h headers to fix release win build breaks; add -mavx2 flag to
...
fix linux build break
2016-06-21 10:43:29 -07:00
Anthony Aue
12140c993b
Makefile and *.vcxproj changes
2016-06-17 08:57:55 -07:00
Marko Radmilac
8835d4f61b
Remove SM20 support
2016-06-15 13:16:29 -07:00
Amit Agarwal
a9f769884a
Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library
2016-06-15 11:11:37 -07:00
Mark Hillebrand
0cd50e0edf
Fix build with active codepage 936 (non-ASCII characters in files without BOM)
...
This closes #487 , closes #47 .
2016-06-15 14:24:17 +02:00
Amit Agarwal
0ec5b27404
Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library
...
Conflicts:
CNTK.sln
2016-06-14 11:36:37 -07:00
Mark Hillebrand
52ae07279d
CNTK custom MKL support
2016-06-14 17:39:24 +02:00
Amit Agarwal
a47c3d877f
Temporarily add the CNTK v2 library tests as an end-to-end test. This will be switched to the BOOST unit test framework later when the framework is setup for linux too.
2016-06-13 09:45:51 -07:00
Mark Hillebrand
cc296fc0dc
Makefile: rename MAKEFILES -> BUILD_CONFIGURATION
...
MAKEFILES is special and automatically inherited in sub makes.
2016-06-13 16:08:40 +02:00
Amit Agarwal
e875771784
Merge branch 'master' of https://github.com/Microsoft/CNTK into amitaga/cntkv2Library
...
Conflicts:
CNTK.sln
2016-06-12 09:14:03 -07:00
Amit
26c2006541
CNTKv2Library: Linux port
2016-06-11 16:50:26 -07:00
Eldar Akchurin
5d474c4d57
Renaming to HTKDeserializers
2016-06-06 15:23:39 +02:00
Eldar Akchurin
5d5d29ac6c
Fixing file type
2016-06-06 14:02:25 +02:00
Eldar Akchurin
3d5bfcab27
Fixing forgoten rename
2016-06-06 14:02:25 +02:00
Eldar Akchurin
290139c4d7
Renaming ExperimentalHTKMLFReader into HTKMLFDeserializer
2016-06-06 14:02:25 +02:00
Alexey Reznichenko
d3130e721a
Add a few improvements to CNTKTextFormatReader.
...
* Move caching into a stand-alone ChunkCache class.
Add a config flag 'keepDataInMemory' to cache the whole dataset.
* Allow both tabs and spaces as separators.
* Couple loading/indexing retries with file re-opening (if there was a
file error and the file handle is stale).
* Break 'randomize' config parameter into boolean 'randomize' and
integer 'randomizationWindow'.
* Add 'frameMode' config flag.
* Add an extra check and verify that the expected sequence length
(calculated during indexing) matches the actual length (maximum
number of samples in an input).
2016-05-18 15:50:04 +02:00
Amit Agarwal
f4204ce1cd
Change in dropout randomization implementation to ensure reproducability across checkpoints
2016-05-05 12:17:10 -07:00
Yongqiang Wang
29e464a96e
Merge branch 'master' of https://github.com/Microsoft/CNTK into erw/bm_rc
2016-05-02 11:57:31 -07:00
Yongqiang Wang
d87b1d4f3d
(Address CR feedback)
2016-05-02 11:51:25 -07:00
Yongqiang Wang
aadeb32304
Changes to enable Block Momentum release
...
(Adding an initial test case for Block Momentum)
2016-05-02 11:51:13 -07:00
Marko Radmilac
63c7fad4c8
Add support for gcov code coverage builds
2016-05-02 09:48:46 -07:00
Eldar Akchurin
4cca2126a1
Fixing wrong reference file
2016-05-02 09:55:11 +02:00
Eldar Akchurin
61f2cc120a
Adapting the makefile
2016-05-02 09:55:11 +02:00
Alexey Reznichenko
0651892cc7
Do not create a new packer for each epoch
2016-04-22 11:33:31 +02:00
Clemens Marschner
ca4afe5c67
Address review comments
2016-04-13 14:30:06 +02:00
Mark Hillebrand
d184028dbd
Address CR comment
2016-04-11 20:24:24 +01:00
Mark Hillebrand
2138dfc2f7
Makefile: Add Config.make to object dependencies
2016-04-11 09:19:45 +01:00
Alexey Reznichenko
14de27d114
Enable sequences for sparse input.
...
Extend sequence and frame packers to support sparse input.
Create a tightly filled layout and base packing off of it.
Add a number of unit test for sequence packing (both sparse and
dense, no randomization, using CNTK text format for input).
2016-04-07 14:34:42 +02:00
Frank Seide
e080d2c561
moved LearnableParameterNode implementation to a CPP file
2016-04-03 17:03:35 -07:00
Frank Seide
7784350f29
merged with master
2016-04-03 00:59:10 -07:00
Frank Seide
531f5538b6
updated seq-2-seq decoder to match updated training;
...
new operation Trace() (TraceNode) as a debugging aid;
WriteMinibatchWithFormatting() can now log by FrameRange;
WriteFormattingOptions now in ComputationNode.h
2016-04-02 23:29:40 -07:00
Eldar Akchurin
694a259991
Refactoring of bptt packer
2016-04-01 09:43:24 +02:00
Alexey Kamenev
0d23b5308d
Fixed merge issue in Makefile.
2016-03-30 10:00:49 -07:00
Alexey Kamenev
da0ef59e56
Updated Makefile and samples.
2016-03-30 10:00:36 -07:00
Alexey Kamenev
4faeca8c6f
Fixed gcc build issues.
2016-03-30 09:58:04 -07:00
Mark Hillebrand
4f38bb48eb
Linux: buildinfo.h-related fixes
...
Only update buildinfo.h if changed. Fix parameter passing in
Tools/generate_build_info.
2016-03-29 21:04:11 +02:00
Eldar Akchurin
c22f6cc950
Initial implementation for full utterance packer
2016-03-29 13:51:20 +02:00
Mark Hillebrand
f4432575ae
Makefile: fix dependency for buildinfo.h
...
* Use .d files for CNTK binary
* Pre-declare dependency for CNTK.o on buildinfo.h
2016-03-29 08:19:00 +01:00
Amit
e65ec4a1f5
Fixed LUSequenceReader build on linux: Added missing LUSequenceWriter.cpp file to the list of sources for the reader
2016-03-24 11:33:14 -07:00
U-FAREAST\fseide
f188493589
Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/pack
2016-03-22 09:00:59 -07:00
Frank Seide
76543e8708
bug fix: InferMBLayoutFromInputsForStandardCase() must test isFinalValidationPass
2016-03-21 21:34:41 -07:00
Eldar Akchurin
0cdc149a2c
Updating makefile
2016-03-21 09:51:03 +01:00