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

Make RandomDistribution a native type #164

Closed gvanhoy closed 2 months ago

gvanhoy commented 1 year ago

Docstrings are rather bloated when describing what is essentially just a random distribution. We should describe this more succinctly by have a basic data type RandomDistribution that has its own documentation and implemented a general call method.

gvanhoy commented 1 year ago

Currently the random distribution also slows many things down. It should be made into a class variable

gvanhoy commented 1 year ago

Closed by #202

MattCarrickPL commented 2 months ago

Old issue, closing out