(self)
| 187 | return img, mask, sent |
| 188 | |
| 189 | def __repr__(self): |
| 190 | return self.__class__.__name__ + "(" + \ |
| 191 | f"db_path={self.lmdb_dir}, " + \ |
| 192 | f"dataset={self.dataset}, " + \ |
| 193 | f"split={self.split}, " + \ |
| 194 | f"mode={self.mode}, " + \ |
| 195 | f"input_size={self.input_size}, " + \ |
| 196 | f"word_length={self.word_length}" |
nothing calls this directly
no outgoing calls
no test coverage detected