Rishabh Rahul
Results
1
comments of
Rishabh Rahul
Fixing it by adding a attribute _model in GenerateText() function ``` super().__init__() self._model = None ``` This will leads to type cast issue in masked_loss() function so casting it to...