-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LanguageModelData not defined #224
Comments
I have the same problem |
if you using v1. just only read the documentation of fastai v1, dont see the course/tutorial with v0.6 |
So, does this method exist in version 0.6 or in version 1.0? Which version should I choose? How did you solve it? I find coursev3, but no video. Thanks a lot. |
that the code for v.0.6 take the v.1 |
So, what's the equivalent of LanguageModelData in V.1? |
forget about it, just read the documentation v.1 |
@alibaltschun Ok thanks. Any link to a tutorial of V.1? |
@frannievas hope you will find this useful: |
@zsquaredz Thanks! |
@frannievas , did you resolve the issue?. I am stuck in finding alternative of LanguageModelData |
@brij1823 In the end, I ended up using the newest version of FastAI and following the new courses/tutorials |
hello, i was following the tutorial. and in this code give me an error
i was check on this file and there are no class 'LanguageModelData' . and on this doc at 'Language Model Data' at the bottom say 'This is all done internally when we use TextLMDataBunch, by creating DataLoader using the following class:'
its that mean the class LanguageModelData was refactored to TextLMDataBunch ?
i will used fastai for production so i used the new version of fastai.
so how to fix that problem with the new version of fastai?
thanks
The text was updated successfully, but these errors were encountered: