Commit Graph

56 Commits

Author SHA1 Message Date
Roman Grundkiewicz
533604024b
Update script exporting embeddings to support tied embeddings (#569) 2020-01-29 13:19:21 -08:00
Marcin Junczys-Dowmunt
b55c257af6 address comments from PR 2019-09-04 12:48:44 -07:00
Marcin Junczys-Dowmunt
c6740287f3 merge CMakeLists.txt 2019-09-03 11:11:05 -07:00
Roman Grundkiewicz
993025327f Add script for checkpoint averaging 2019-07-19 14:29:21 +01:00
Roman Grundkiewicz
ec2d66e852 Add execute permission 2019-05-27 14:52:11 +01:00
Frank Seide
356f804293 minor bug fixes, to get last few changes to pass tests 2019-05-15 11:43:20 -07:00
Marcin Junczys-Dowmunt
209c1d4a4e add back execution rights for python/perl scripts 2019-04-30 12:52:13 -07:00
Frank Seide
eacfd2de11 weird mode change back 2019-04-29 19:01:29 -07:00
Frank Seide
cd329be400 weird mode change 2019-04-29 17:52:23 -07:00
Frank Seide
b570638533 weirdo change of access permissions 2019-04-26 14:59:40 -07:00
Marcin Junczys-Dowmunt
d121ba4726 address code review comments 2019-02-04 20:26:46 -08:00
Marcin Junczys-Dowmunt
abe9467471 hacky Nan handling 2019-01-27 23:03:46 -08:00
Marcin Junczys-Dowmunt
83fbd248d0 rename bert-specific options 2019-01-27 12:43:04 -08:00
Marcin Junczys-Dowmunt
cb8c249ec6 added checking of number of layers 2019-01-26 15:24:55 -08:00
Marcin Junczys-Dowmunt
664e87624a first try for bert to marian conversion script 2019-01-26 14:33:27 -08:00
Roman Grundkiewicz
8ced995144 Add scripts generating shortlists 2019-01-24 18:44:26 +00:00
Roman Grundkiewicz
df526c1fe3 Use single connection 2018-10-19 12:04:10 +01:00
Roman Grundkiewicz
aed31cd5d5 Add script for injecting 'decoder_c_tt' 2018-10-09 13:36:17 +00:00
Dominik Stańczak
e95320a6d1 Remove leftover references to Python bindings 2018-06-06 20:04:47 +02:00
Roman Grundkiewicz
9101c00d31 Add option -f for printing whole arrays 2018-04-25 08:12:06 +00:00
Roman Grundkiewicz
ba0ea7491f Add printing value for any key from model.npz 2018-01-13 11:12:27 +00:00
Roman Grundkiewicz
43fbaa6c10 Add scripts printing special:mode.yml from model.npz 2018-01-12 11:39:19 +00:00
Roman Grundkiewicz
89b23ce8ab Fix decoding error with python2 2018-01-11 20:45:54 +00:00
Kenneth Heafield
76c8bb541e chmod +x client 2017-11-13 00:05:12 +00:00
Roman Grundkiewicz
bbb96e2ad7 Rename script name 2017-11-07 12:47:15 +00:00
Roman Grundkiewicz
040caa0f6e Remove unwanted newline 2017-09-04 09:44:54 +00:00
Roman Grundkiewicz
9c30760615 Add script injecting s2s options to nematus .npz models 2017-09-01 14:13:38 +00:00
Roman Grundkiewicz
a6b5c27a75 Update python example scripts 2017-08-19 12:24:59 +01:00
Roman Grundkiewicz
036693b531 Update python client 2017-08-19 12:15:11 +01:00
Roman Grundkiewicz
585c3f26f0 Fix python bindings 2017-08-19 12:11:49 +01:00
Roman Grundkiewicz
68363b817d Remove unwanted print in server.py 2017-08-18 22:10:50 +01:00
Roman Grundkiewicz
640c3ecb24 Unify python translate() interface with amunmt 2017-08-18 21:40:06 +01:00
Roman Grundkiewicz
4793818148 Copy python scripts from amunmt 2017-08-18 20:55:08 +01:00
Marcin Junczys-Dowmunt
b5dfd43a52 make hard-attention models work 2017-07-10 18:14:43 +00:00
Marcin Junczys-Dowmunt
1f78f38400 prepare_corpus 2017-07-04 14:07:46 +02:00
Roman Grundkiewicz
32f604a67f Add --dim-voc option to process_word2vec.py 2017-07-04 12:43:31 +01:00
Roman Grundkiewicz
73c84ac17d Fix loading YAML vocab 2017-07-04 09:37:33 +01:00
Jim Geovedi
622141e60b handle different model type embeddings 2017-07-04 07:24:53 +07:00
Jim Geovedi
c9dffee841 added embedding exporter from model 2017-07-04 06:57:54 +07:00
Roman Grundkiewicz
52dab8ec3a Update and rename word2vec script 2017-07-03 18:18:17 +01:00
Roman Grundkiewicz
3fa084f90a Fix corpus in word2vec script 2017-07-02 07:56:38 +01:00
Roman Grundkiewicz
a6ffafbf0d Add loading embedding vectors from files 2017-06-30 16:51:31 +01:00
Roman Grundkiewicz
54632eac03 Replace words with IDs in embedding vectors 2017-06-30 14:59:37 +01:00
Roman Grundkiewicz
3173a56422 Add script to train word2vec embeddings 2017-06-30 13:47:30 +01:00
Marcin Junczys-Dowmunt
8087a0449b remove old scripts and examples 2017-01-21 13:14:00 +00:00
Marcin Junczys-Dowmunt
828a0db8bc avoid reallocation of temporary tensors 2016-09-21 02:38:12 +02:00
Marcin Junczys-Dowmunt
a057ff1776 working dropout node 2016-09-21 00:39:27 +02:00
Marcin Junczys-Dowmunt
8797b5ffd3 reluplus node for testing, clean up 2016-09-19 22:43:12 +02:00
Marcin Junczys-Dowmunt
0f64f338cb better visualization, Relu specific functions 2016-09-19 19:31:45 +02:00
Marcin Junczys-Dowmunt
9f9ca7a02b broadcasting in kernels 2016-09-19 17:12:56 +02:00