TypeError: create() got an unexpected keyword argument 'split_no_wd'

Trying to run the Lesson 7 wgan notebook. Receiving an error after calling learn.fit.

Maybe it has something to do with the callback fn?

On the latest git pull / ubuntu

Should be fixed now, thanks for flagging!

Thanks @sgugger! Works now.

@sgugger Actually spoke too soon, getting another error now when running fn.

TypeError: unsupported operand type(s) for +: ‘NoneType’ and ‘list’

Using pytorch v1.

Should be fixed now!

Thanks @sgugger. Tested, works now :smile: .