CNTK/.gitattributes

143 строки
2.4 KiB
Plaintext
Исходник Обычный вид История

*.ini text
*.simple text
*.counts text
*.labels text
*.feats text
2016-08-08 20:04:02 +03:00
*.ctf text
*.post text
*.cpu text
*.gpu text
*.rst text
.gitattributes text
.gitignore text
.gitmodules text
.clang-format text
*.md text
*.txt text
2016-07-25 15:24:42 +03:00
*.TXT text
*.html text
*.lyx text
*.bib text
.gitkeep text
KaldiReaderReadme text
Readme text
*.bat text
*.cmd text
*.py text
*.ipynb text
*.pl text
2016-03-04 12:41:03 +03:00
*.ps1 text
*.ps text
*.i text
*.sh text eol=lf
build-and-test text eol=lf
configure text eol=lf
generate_build_info text eol=lf
run-test text eol=lf
run-test-common text eol=lf
2016-04-12 13:01:14 +03:00
run-timit-test-common text eol=lf
run-boost-test-common text eol=lf
make_binary_drop_linux text eol=lf
# Used from Unix / Cygwin 'md5sum -c', needs to have LF line endings:
Tests/EndToEndTests/Examples/Speech/TIMIT/WriteBottleneck/expected_output_md5sum.*.txt eol=lf
Tests/EndToEndTests/Examples/Speech/TIMIT/WriteScaledLogLike/expected_output_md5sum.*.txt eol=lf
2016-08-03 21:40:17 +03:00
# Used by reader unit test, needs to keep LF line endings.
Tests/UnitTests/ReaderTests/Data/CNTKTextFormatReader/invalid_inputs.txt eol=lf
Makefile text
*.sln text
*.pyproj text
*.vcxproj text
*.vcxproj.filters text
*.vssettings text
*.csproj text
*.props text
*.asax text
*.h text
*.cpp text
*.cc text
*.cu text
*.cuh text
*.proto text
*.cs text
*.yml text
*.yml.bak text
*.config text
*.cntk text
*.bs text
*.ndl text
*.mel text
*.xml text
*.m text
*.mlf text
*.scp text
*.list text
*.log text
Dockerfile* text
# Speech data
mean.363 text
var.363 text
prior.132 text
2016-04-18 22:20:23 +03:00
# dot (graph description language) file
*.dot text
# AMI-specific
Results text
40fbank.conf text
80fbank.conf text
# SLU-specific
atis.*.simple
# TIMIT-specific
*.fbank24_zda text
TIMIT*.100 text
TIMIT*.20 text
TIMIT*.arpa text
TIMIT*.cntk text
TIMIT*.dnn_map text
TIMIT*.fbank text
TIMIT*.fullpath text
TIMIT*.lookahead text
TIMIT*.rnn text
TIMIT*.statelist text
TIMIT*.tfsa text
TIMIT*.transitions text
2016-11-07 17:30:32 +03:00
Examples/LanguageUnderstanding/ATIS/Data/ATIS.* text
Examples/LanguageUnderstanding/ATIS/BrainScript/*.wl text
2016-07-25 15:24:42 +03:00
Examples/SequenceToSequence/CMUDict/Data/cmudict-0.7b* text
# Binary extensions:
*.ark binary
*.chunk binary
*.cmf binary
*.docx binary
*.jpg binary
*.pdf binary
*.png binary
*.pptx binary
*.snk binary
*.vsdm binary
*.zip binary
*.dnn binary
Examples/Image/Detection/FastRCNN/fastRCNN/*/*.pyd binary
Tests/UnitTests/V2LibraryTests/data/*.bin binary
2016-12-01 04:29:29 +03:00
Tests/UnitTests/ReaderTests/Data/CNTKBinaryReader/*.bin binary