You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should probably be shortened somehow. We can fold the mapleaves() call into testmode!() perhaps by having testmode!() return the baked model, and telling the user to use that new baked model instead.
The text was updated successfully, but these errors were encountered:
And then you can call predict(x) wherever you need to – it also stays tied to the original model, so you can save the mapleaves call. Even the mapleaves will go away with #86 since models will be non-tracking by default.
Until then I'd be happy to have a simple out-of-place testmode function that does both things at once.
As discussed on slack a while back, the typical Flux evaluation incantation of:
Should probably be shortened somehow. We can fold the
mapleaves()
call intotestmode!()
perhaps by havingtestmode!()
return the bakedmodel
, and telling the user to use that new baked model instead.The text was updated successfully, but these errors were encountered: