Autograder [Fri Apr 17 05:45:13 2020]: Received job 11785-s20_hw4p1_1_scortino@andrew.cmu.edu:523 Autograder [Fri Apr 17 05:45:30 2020]: Success: Autodriver returned normally Autograder [Fri Apr 17 05:45:30 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.207182884216309 . =================================== 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 11 == 10 autograde/tests/test_generation.py:224: AssertionError Run time: 1.027766466140747 {"scores": {"Generation": 0.0, "Prediction": 50.0}}