pietrobarbiero / pytorch_explain

PyTorch Explain: Interpretable Deep Learning in Python.
Apache License 2.0
135 stars 12 forks source link

Multichannel data #8

Open lys15163238308 opened 1 month ago

lys15163238308 commented 1 month ago

HI~ If my database format is (a,b,c). a represents the number of samples, b represents the number of channels, and c represents the number of sampling points. How can I modify the code so that the model can perform binary tasks?

lys15163238308 commented 1 month ago

Code about LEN