TorchDSP / torchsig

TorchSig is an open-source signal processing machine learning toolkit based on the PyTorch data handling pipeline.
MIT License
170 stars 38 forks source link

Include tests for visualizers #192

Closed gvanhoy closed 2 months ago

gvanhoy commented 1 year ago

All visualizers have:

plt.subplot(
    int(np.ceil(np.sqrt(batch_size))),
    int(np.sqrt(batch_size)), # This needs to have ceil as well at least.
    sample_idx + 1,
)
MattCarrickPL commented 2 months ago

Old issue, closing out