Closed beichao1314 closed 6 years ago
Hi, what's the output of the following command?
./marian-server --version
I clone the latest repository, it works well. But updating the old repository through git pull origin master
doesn't get the right version. ./marian --version
outputs v1.4.0+3873cd4.
Another, ./marian-server --version
doesn't output the version of marian-server in the latest version.
How about the following in the old repositories where it did not update?
git pull
git submodule update --recursive --remote
Hm, you are right, somehow the current binaries in the marian repo are not giving version numbers. I will update that tomorrow.
You can always try the most recent version from http://github.com/marian-nmt/marian-dev. This will likely have small fixes earlier than the main repo. Versions work there.
Thanks for your great work.
Hi, I'm testing the speed of Average Attention Network for transformer in online system using marian-server, but marian-server doesn't support Average Attention Network for transformer. It report that:
And then, I check the configuration in marian-server, it also doesn't support the Average Attention Network.