Closed chamwen closed 3 years ago
@chamwen you can find a PyTorch implementation of TCN part in braindecode: https://github.com/braindecode/braindecode/tree/master/braindecode/models
Thanks!
@chamwen you can find a PyTorch implementation of TCN part in braindecode: https://github.com/braindecode/braindecode/tree/master/braindecode/models
你好,该代码中的数据集中只有数据的path,label没有相对应的path?
@110lmy check this notebook, the data labels are created after reading the files. https://github.com/okbalefthanded/eeg-tcnet/blob/master/eeg_tcnet_colab.ipynb
Hi!
Since the work was done with Tensorflow and Keras we don't provide any Pytorch version of EEG-TCNet. But following the network architecture figure, you should be able to reproduce the network topology with some minor modifications to count for differences between TF and Torch.