-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
Expected Behavior
Supports FastAI 2.
Actual Behavior
No Support.
Potential Solution
Install https://github.com/fastai/fastai2 to the foundation.
Note: It can be used along with version 1:
import fastai.tabular import *
import fastai2.tabular.all import *Checklist
- I have completely filled out this template
- I have confirmed that this issue exists on the current
masterbranch - I have confirmed that this is not a duplicate issue by searching issues
aseedb