(self)
| 73 | self.with_ratio = with_ratio |
| 74 | |
| 75 | def get_character_num(self): |
| 76 | return [len(self.gtc_character), len(self.ctc_character)] |
| 77 | |
| 78 | def __call__(self, preds, batch=None, *args, **kwargs): |
| 79 | if self.with_ratio: |
no outgoing calls
no test coverage detected