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

datasets reveresed in 02_example_sig53_classifier.py ? #64

Closed thildebrant closed 1 year ago

thildebrant commented 1 year ago

Line 37 sets train=False, but line 50 creates a dataset labled sig53_clean_train.

Line 60 then again states train=False, then line 61 creates a dataset labled sig53_clean_val.

shouldn't line 37 be train=True?

(am creating this as an issue rather than a PR to doublecheck my logic) Thank you