Added export() and load_learner() to lesson3-imdb - empty/zero classes issue

I’ve updated Lesson 3 by adding export() and load_learner() to the end, but it doesn’t work.


As you can see from the above, the learner works after training, but does not when I export() and load it using load_learner(). The classes are missing per the error message. Any thoughts on what I’m doing wrong?

2 Likes