Get the predictions from the last query :return: [B, Res, N] network prediction for the last query
(self)
| 62 | None |
| 63 | |
| 64 | def get_preds(self): |
| 65 | ''' |
| 66 | Get the predictions from the last query |
| 67 | :return: [B, Res, N] network prediction for the last query |
| 68 | ''' |
| 69 | return self.preds |
| 70 | |
| 71 | def get_error(self): |
| 72 | ''' |
no outgoing calls
no test coverage detected