-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update adaptive tests #81
base: master
Are you sure you want to change the base?
Conversation
It's weird that the BLEU scores drop that much. Don't know why that's happening and whether that's a problem
Can you provide information how did you compile Marian (CMake command and GCC and CUDA versions) and what GPU devices you run the tests on when generating the test outputs? |
The CMake command is |
CMake command: cmake .. -DCMAKE_BUILD_TYPE=Debug -DCOMPILE_ADAPTIVE=ON -DCOMPILE_SERVER=ON GCC version: 7.5.0 CUDA version: 10.1 GPU model: Quadro RTX 6000 (Turing)
c75acf7
to
bc7efdc
Compare
@snukky, i regenerated the outputs. This time i used:
The |
Created a Python script to automatically generate the expected outputs for self-adaptive Marian and updated said outputs.