rguthrie3/DeepLearningForNLPInPytorch

In cell 84, x.view() shouldn't receive a tuple.

waitwaitforget opened this issue · 1 comments

In cell 84, x.view() shouldn't receive a tuple.

It seems to give the right answer either way. In the source it just splats whatever you pass in, but I will change from tuples to var args to cut down on syntactic noise. Thanks!