Marcin Junczys-Dowmunt
5a42fdd3e6
checkout examples automatically
2018-09-16 09:50:53 -07:00
Marcin Junczys-Dowmunt
1a61a9c515
add submodule examples
2018-09-16 09:47:54 -07:00
Marcin Junczys-Dowmunt
8b799b2d28
move cmake_doze.txt
2018-08-08 16:22:50 -07:00
Marcin Junczys-Dowmunt
e0f5163afd
set version to 1.6.0
2018-08-08 16:21:04 -07:00
Roman Grundkiewicz
832bcba6ac
Add logging to Amun save()
2018-08-08 20:52:48 +01:00
Roman Grundkiewicz
facd045bf6
Update CHANGELOG
2018-08-08 17:15:17 +01:00
Roman Grundkiewicz
a4ef9b52a6
Uncomment logging
2018-08-08 17:11:01 +01:00
Roman Grundkiewicz
7ab3f26046
Autoformat
2018-08-08 16:33:07 +01:00
Roman Grundkiewicz
93acad63c7
Merge branch 'master' into merge-exp-smooth
2018-08-08 14:42:47 +01:00
Marcin Junczys-Dowmunt
ff85854c5e
make transformer-tied-layers return default value
2018-08-07 10:54:19 -07:00
Marcin Junczys-Dowmunt
5562191a67
add correct header
2018-08-07 10:44:04 -07:00
Marcin Junczys-Dowmunt
d6936b365e
add header
2018-08-07 10:36:12 -07:00
Marcin Junczys-Dowmunt
cb250c09f1
approximate sigmoid
2018-08-07 10:28:43 -07:00
Marcin Junczys-Dowmunt
cd5a9b92ef
add function approximator
2018-08-07 02:29:43 -07:00
Marcin Junczys-Dowmunt
be96ca3d9b
return correct decoder state based on regressive layer
2018-08-07 00:09:47 -07:00
Marcin Junczys-Dowmunt
8fec51fb04
add forgotten layerNorm_ member
2018-08-06 22:45:54 -07:00
Marcin Junczys-Dowmunt
47b2b3b719
add tied layers option
2018-08-06 22:11:36 -07:00
Marcin Junczys-Dowmunt
34aa79d17e
add rnn layer to transformer
2018-08-06 21:23:04 -07:00
Martin Junczys-Dowmunt
b51a2a7e41
Merged PR 4473: Binary file format for Marian and IO refactorization
...
Common interface for IO operations for numpy-style *.npz files and new binary (mmappable) format *.bin
Regression tests for Marian pass, offline translation on Windows machine works.
Related work items: #90261 , #90262
2018-08-07 00:18:31 +00:00
Marcin Junczys-Dowmunt
4fe4b09ebf
adapt quicksand module to memory mapping
2018-08-06 15:04:55 -07:00
Marcin Junczys-Dowmunt
e5a540b25b
rename file to keep VS happy
2018-08-06 11:18:26 -07:00
Marcin Junczys-Dowmunt
fb60415bf6
change class names
2018-08-06 09:23:32 -07:00
Roman Grundkiewicz
6133e69978
Rename updateMovingAverage
2018-08-06 14:23:50 +01:00
Roman Grundkiewicz
a9f99cc4b9
Rename *.mvavg.npz to *.orig.npz
2018-08-06 14:11:11 +01:00
Roman Grundkiewicz
1acafbd1b3
Remove ExpressionGraph::forceInit()
2018-08-06 14:02:11 +01:00
Roman Grundkiewicz
eb20e9900f
Merge with master
2018-08-06 10:57:14 +01:00
Marcin Junczys-Dowmunt
9834e09a88
correct integer type
2018-08-05 17:47:11 -07:00
Marcin Junczys-Dowmunt
08361fd10f
fix dimension
2018-08-05 17:43:45 -07:00
Marcin Junczys-Dowmunt
c879ee2d78
fix data size
2018-08-05 17:24:17 -07:00
Marcin Junczys-Dowmunt
ec2825bd3a
use emplace_back
2018-08-05 17:18:21 -07:00
Marcin Junczys-Dowmunt
fab48eb362
use new io for optimizers
2018-08-05 17:08:53 -07:00
Marcin Junczys-Dowmunt
2bff43075c
remove cnpy.h where possible
2018-08-05 16:50:18 -07:00
Marcin Junczys-Dowmunt
72325598fd
remove cnpy.h from includes where possible
2018-08-05 16:48:18 -07:00
Marcin Junczys-Dowmunt
da43a5288b
remove stray p
2018-08-05 16:40:01 -07:00
Marcin Junczys-Dowmunt
e7f70b81d1
do not use vector copy
2018-08-05 16:39:04 -07:00
Marcin Junczys-Dowmunt
2b70bfbd5c
remove spurious message
2018-08-05 16:03:05 -07:00
Marcin Junczys-Dowmunt
1e0f0a47c9
Merge branch 'mergeWithPublic' of ssh://vs-ssh.visualstudio.com:22/DefaultCollection/Marian/_ssh/marian-dev into mergeWithPublic
2018-08-05 22:10:12 -07:00
Marcin Junczys-Dowmunt
d96c03f7cb
find static NCCL
2018-08-05 22:08:44 -07:00
Marcin Junczys-Dowmunt
7ce3873a31
Merge branch 'pmaster' into mergeWithPublic
2018-08-05 15:05:35 -07:00
Marcin Junczys-Dowmunt
fedab0dc90
fix condition
2018-08-05 15:03:34 -07:00
Marcin Junczys-Dowmunt
e448e9f9b8
prepare scorers memory mapping
2018-08-05 13:52:08 -07:00
Marcin Junczys-Dowmunt
28adbe2a92
more clean-up
2018-08-05 13:14:46 -07:00
Marcin Junczys-Dowmunt
3d0cf1b7af
clean up code for model io
2018-08-05 12:29:24 -07:00
Marcin Junczys-Dowmunt
c7cfdd4017
working binary file with conversion
2018-08-05 00:25:28 -07:00
Marcin Junczys-Dowmunt
a2fbe92e16
towards cleaner model IO with mapping
2018-08-04 19:46:37 -07:00
Marcin Junczys-Dowmunt
845f71786b
Merge pull request #273 from wenyong-h/opt-copyrows
...
avoid cudaMalloc in CopyRows
2018-08-04 00:27:15 -07:00
Wenyong Huang
3e19457912
avoid cudaMalloc in CopyRows
2018-08-04 11:19:50 +08:00
Marcin Junczys-Dowmunt
7c1d05c9e4
refactored binarizer
2018-08-03 18:06:50 -07:00
Marcin Junczys-Dowmunt
ed2199c6d1
comment out automatic mapping
2018-08-03 16:05:03 -07:00
Marcin Junczys-Dowmunt
d63f21e01a
add a binary mmap file creator
2018-08-03 15:22:34 -07:00