Commit Graph

17 Commits

Author SHA1 Message Date
Roman Grundkiewicz
aad22c9d09
Add option for printing CMake cached variables (#583)
* Add option --build-info
2020-03-10 10:29:50 -07:00
Kenneth Heafield
f100a8649a C++ source is should not have execute bits 2019-01-23 23:20:46 +00:00
Marcin Junczys-Dowmunt
f8969fbf3b change sentencepiece into submodule 2018-11-25 11:50:02 -08:00
Frank Seide
ab8c3e9009 renamed version.h* to project_version.h*; created new version.cpp that is the only place that includes version header(s) 2018-10-24 15:24:08 -07:00
Marcin Junczys-Dowmunt
6cfe9ba0b6 surround more parts of SentencePiece with #ifdef 2018-10-07 15:43:54 -07:00
Cédric Rousseau
cbc717ef1d Ignore VS and MSCode folders 2018-09-12 16:16:05 +02:00
Frank Seide
e87564c664 bug fix: History::Add() should obey the actual EOS symbol from the given vocabulary;
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)
2018-06-21 13:34:19 -07:00
Frank Seide
9eee77a663 updated .gitignore 2018-06-08 13:39:57 -07:00
Roman Grundkiewicz
d4317805a2 Add build-* to .gitignore 2018-02-19 09:59:11 +00:00
Roman Grundkiewicz
dfcb4ab1ba Add project versioning 2017-07-04 14:06:26 +01:00
Roman Grundkiewicz
f734c82b04 Add .clang-format file 2017-06-05 12:18:19 +02:00
Hieu Hoang
7639bdd45e Revert "more clean-up"
This reverts commit c6930e8609.
2017-02-02 15:39:48 +00:00
Marcin Junczys-Dowmunt
c6930e8609 more clean-up 2017-01-21 13:12:20 +00:00
romang
cc7a48310f add functions loading MNIST dataset 2016-09-13 18:13:23 +02:00
Roman Grundkiewicz
04658f3d45 add script downloading MNIST dataset 2016-09-13 16:11:51 +02:00
Roman Grundkiewicz
5dc44b6d22 update .gitignore 2016-09-13 13:54:40 +02:00
Marcin Junczys-Dowmunt
7fd950fbda working basic training 2016-05-07 22:56:23 +02:00