changed local data folder

Esse commit está contido em:
Robin Tibor Schirrmeister
2018-10-26 17:35:10 +02:00
commit 96ee7839b4
+1 -1
Ver Arquivo
@@ -150,7 +150,7 @@ if __name__ == '__main__':
logging.basicConfig(format='%(asctime)s %(levelname)s : %(message)s', logging.basicConfig(format='%(asctime)s %(levelname)s : %(message)s',
level=logging.DEBUG, stream=sys.stdout) level=logging.DEBUG, stream=sys.stdout)
# Should contain both .gdf files and .mat-labelfiles from competition # Should contain both .gdf files and .mat-labelfiles from competition
data_folder = '/home/schirrmr/data/bci-competition-iv/2a-gdf/' data_folder = '/data/schirrmr/schirrmr/bci-competition-iv/2a-gdf/'
subject_id = 1 # 1-9 subject_id = 1 # 1-9
low_cut_hz = 4 # 0 or 4 low_cut_hz = 4 # 0 or 4
model = 'shallow' #'shallow' or 'deep' model = 'shallow' #'shallow' or 'deep'