Autograder [Mon Apr 27 16:56:26 2020]: Received job 11785-s20_hw4p1_2_ziweiyan@andrew.cmu.edu:1077 Autograder [Mon Apr 27 16:56:43 2020]: Success: Autodriver returned normally Autograder [Mon Apr 27 16:56:43 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.228833198547363 . =================================== 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: 1.117051124572754 {"scores": {"Prediction": 50.0, "Generation": 0.0}}