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

Small fix of np.float -> np.float64 #110

Closed abelrib1 closed 1 year ago

abelrib1 commented 1 year ago

This was breaking examples on later versions of numpy!

gvanhoy commented 1 year ago

Appreciate the work here, will need to merge this into develop instead of main and I'm not as proficient with git to make it work without another PR #111