(self, data, convs)
| 113 | raise NotImplementedError |
| 114 | |
| 115 | def collate_conv(self, data, convs): |
| 116 | raise NotImplementedError |
| 117 | |
| 118 | def init_generation_config(self, config): |
| 119 | if config.generation_config.get('num_return_sequences', None) is None: |
nothing calls this directly
no outgoing calls
no test coverage detected