Autograder [Wed Apr 29 16:59:20 2020]: Received job 11785-s20_hw4p1_1_zhaominz@andrew.cmu.edu:698
Autograder [Wed Apr 29 16:59:37 2020]: Success: Autodriver returned normally
Autograder [Wed Apr 29 16:59:37 2020]: Here is the output from the autograder:
---
Autodriver: Job exited with status 0
mkdir -p handin
tar xf handin.tar -C handin
tar xf autograde.tar
AUTOLAB=1 /usr/local/depot/anaconda3/bin/python3 autograde/runner.py --module-path=./handin/
FYour mean NLL for predicting a single word: 5.336806297302246
.
=================================== FAILURES ===================================
_______________________________ test_generation ________________________________

    def test_generation():
        inp = np.load(fixture_path('generation.npy'))
        forward = 10
        n = inp.shape[0]
        t = inp.shape[1]
        pred = np.load(handin_path('generated_logits.npy'))
        assert pred.shape[0] == n
>       assert pred.shape[1] == forward
E       assert 9 == 10

autograde/tests/test_generation.py:224: AssertionError
Run time:  1.0845012664794922
{"scores": {"Prediction": 50.0, "Generation": 0.0}}