Autograder [Fri Apr 17 01:28:17 2020]: Received job 11785-s20_hw4p1_1_qingchuh@andrew.cmu.edu:274 Autograder [Fri Apr 17 01:28:34 2020]: Success: Autodriver returned normally Autograder [Fri Apr 17 01:28:34 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.2552595138549805 . =================================== 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 E assert 1280 == 128 autograde/tests/test_generation.py:223: AssertionError Run time: 0.9944784641265869 {"scores": {"Prediction": 50.0, "Generation": 0.0}}