@rsrivastava the reason for that error is that you need to set precompute=False, since that’s how you saved the model.
In general, no setup is required other than to create a learn object with the same parameters as when you saved it.
@rsrivastava the reason for that error is that you need to set precompute=False, since that’s how you saved the model.
In general, no setup is required other than to create a learn object with the same parameters as when you saved it.