- 000
I am trying to follow this example/lambada-train_model.ipynb for my dataset. I am able to run smoothly until the last cell.
(my dataset has only two classes 0 and 1)
When I check the source code where this error occurs and found this strange thing:
As I understand, self.gen_model is the original...