mirror of
https://github.com/marian-nmt/marian.git
synced 2024-11-05 01:31:46 +03:00
e87564c664
SubBatch now holds the vocabulary, allowing to debug-print the sequences with word ids; new operators: logsum, max, min; new overload operator/(float,Expr); shift() now takes a padding value; transformer.h is now a compiled .cpp file on Windows (in prep for renaming to transformer.cpp); fixed two MSVC warnings; bug fix: logger should not output two \r characters at the end of the line; minor changes (const correctness, accessors)
60 lines
775 B
Plaintext
Executable File
60 lines
775 B
Plaintext
Executable File
# Config files from CMake
|
|
src/common/version.h
|
|
|
|
*.vcxproj.user
|
|
/vs/x64
|
|
pingme.txt
|
|
/local
|
|
# TODO: ^^ the correct solution for /local is to add that to some local git config, don't remember which one. Cf. mtmain.
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
|
|
# python compiled files
|
|
*.pyc
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Temporaty files created by editors
|
|
.*.sw*
|
|
*~
|
|
|
|
# CMake files
|
|
build
|
|
build-*
|
|
|
|
# Examples
|
|
examples/*/*.gz
|
|
examples/mnist/*ubyte
|
|
|
|
# Contrib
|
|
/.ycm_extra_conf.py
|
|
/.vimrc
|
|
/vs/MarianDll.sln
|
|
/vs/MarianDll.VC.db
|
|
/vs/MarianDll.VC.VC.opendb
|