This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import torch.backends.cudnn as cudnn | |
import torch | |
from hyperoptim.parse import cartesian_dict_of_lists_product, \ | |
product_of_list_of_lists_of_dicts | |
import logging | |
import time | |
import os | |
os.sys.path.insert(0, '/home/schirrmr/code/invertible-reimplement/') |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fp1 : 82.7 32.28 | |
Fpz : 90 -0.1 | |
Fp2 : 82.7 -32.38 | |
F7 : 53.6 91.92 | |
F3 : 39.1 48 | |
Fz : 35.5 -0.1 | |
F4 : 39.8 -49.2 | |
F8 : 53.8 -91.56 | |
FC5 : 16.1 84.6 | |
FC1 : 9.9 27.6 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
Created on Tue Jun 4 11:02:45 2019 | |
visualization script (amplitude and phase perturbations) for change speed paradigm (car game) | |
works only for test set (last xval fold) | |
source data: v9_realTime (see exportData_4DNN_v9_realTime.m) | |
based on: ecog_trajs_v9_visu.py | |
NEW: saves individual repetitions of perturbations for further stat. signif. tests | |
- limits freq range to enable more repetitions (else results take too much space) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import torch.backends.cudnn as cudnn | |
import torch | |
from hyperoptim.parse import cartesian_dict_of_lists_product, \ | |
product_of_list_of_lists_of_dicts | |
import logging | |
import time | |
import os | |
os.sys.path.insert(0, '/home/schirrmr/code/invertible-reimplement/') |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder