Closed ramaneswaran closed 4 years ago
Add a base model which inherits pl.Lightningmodule. This class contains optimizers, loss function (cross-entropy loss) and the training and validation steps
Users can inherit this class and override the forward method to create new models
Use this class for BiLSTM model too
🚀 Feature
Add a base model which inherits pl.Lightningmodule. This class contains optimizers, loss function (cross-entropy loss) and the training and validation steps
Users can inherit this class and override the forward method to create new models