part2 icon indicating copy to clipboard operation
part2 copied to clipboard

Fix missing variable 'm', which should be 'MLP_m'.

Open ndahlquist opened this issue 8 years ago • 0 comments

NameError                                 Traceback (most recent call last)
<ipython-input-43-c13c6882f074> in <module>()
----> 1 dl,gl = train(MLP_D, MLP_G, m, 4000)

NameError: name 'm' is not defined

This is clearly intended to be MLP_m .

Test Plan

  • After making this change, this part of the notebook works.

ndahlquist avatar Oct 23 '17 07:10 ndahlquist