Autograder [Wed Apr 22 15:34:12 2020]: Received job 11785-s20_hw4p1_2_sglee@andrew.cmu.edu:397 Autograder [Wed Apr 22 15:34:42 2020]: Success: Autodriver returned normally Autograder [Wed Apr 22 15:34:42 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/ Your mean NLL for generated sequences: 2.6084017753601074 .F =================================== FAILURES =================================== _______________________________ test_prediction ________________________________ def test_prediction(): fixture = np.load(fixture_path('prediction.npz')) inp = fixture['inp'] targ = fixture['out'] out = np.load(handin_path('predictions.npy')) assert out.shape[0] == targ.shape[0] vocab = np.load(fixture_path('vocab.npy')) > assert out.shape[1] == vocab.shape[0] E assert 33279 == 33278 autograde/tests/test_prediction.py:26: AssertionError Run time: 13.800777673721313 {"scores": {"Prediction": 0.0, "Generation": 50.0}}