TorchDSP / torchsig

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

No documentation of creation for pre-trained models #234

Open LPBurgess opened 4 months ago

LPBurgess commented 4 months ago

Hello everyone,

I am trying to load and use the models mentioned in the following link : https://torchsig.com/dist/downloads.html . This issue was already raised here : https://github.com/TorchDSP/torchsig/issues/206. but was never addressed

How do we load and use all pretrained models mentioned in https://torchsig.com/dist/downloads.html ? Thank you