eeyhsong / EEG-Conformer

EEG Transformer 2.0. i. Convolutional Transformer for EEG Decoding. ii. Novel visualization - Class Activation Topography.
GNU General Public License v3.0
389 stars 55 forks source link

runtime error in tSNE.py #7

Closed h1deOnBush closed 1 year ago

h1deOnBush commented 1 year ago

Hi,I run tSNE.py and got an error: AttributeError: module 'matplotlib.pyplot' has no attribute 'Set1', I'd like to know how to solve this problem

eeyhsong commented 1 year ago

@h1deOnBush hi, try pip install matplotlib==3.5.3