(self)
| 57 | class PlotsCallback(Callback): |
| 58 | # TODO: Update with latest code |
| 59 | def __init__(self) -> None: |
| 60 | super().__init__() |
| 61 | |
| 62 | def plot_spectrum(self, batch, output): |
| 63 | sample_id = 3 |
nothing calls this directly
no outgoing calls
no test coverage detected