jacobeisenstein / gt-nlp-class

Course materials for Georgia Tech CS 4650 and 7650, "Natural Language"
4.94k stars 1.08k forks source link

fix shape of tensor in unit test #20

Closed muralibalusu12 closed 6 years ago

muralibalusu12 commented 6 years ago

changed the shape of the tensor prev_scores to be [1,len(tags)] as mentioned in the documentation of pset2. rechecked my code and works for all cases.