Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
Expand All @@ -26,7 +26,6 @@ requirements:
- scipy >=1.10.1
- pytorch >=2.0.0
- torchaudio >=2.0.2
- torchvision >=0.15.2
- tqdm

test:
Expand Down
53 changes: 26 additions & 27 deletions docs/_static/bench_table.csv
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
,Numpy,Numpy,Torch,Torch,Torch GPU,Torch GPU
,**no BE**,**BE**,**no BE**,**BE**,**no BE**,**BE**
add_band_noise,,12.683,,1.937,,0.364
add_eeg_artifact,15.919,15.475,18.084,8.774,10.680,0.544
add_gaussian_noise,,71.040,,35.011,,0.070
add_noise_SNR,,73.885,,37.647,,12.803
change_ref,,9.273,,19.219,,4.698
channel_dropout,7.088,3.348,17.496,0.553,4.641,0.067
crop_and_resize,107.009,168.657,383.806,39.491,101.634,1.962
filter_bandpass,,45.507,,152.942,,2.958
filter_bandstop,,44.845,,145.338,,1.608
filter_highpass,,37.997,,138.716,,1.111
filter_lowpass,,46.904,,129.532,,1.201
flip_horizontal,,0.001,,0.023,,0.009
flip_vertical,,3.365,,0.0253,,0.008
masking,8.351,5.401,10.081,1.960,4.046,0.051
moving_avg,,27.874,,63.697,,0.158
permutation_signal,12.659,26.512,26.081,1.141,5.567,0.070
permute_channels_net,43.501,8.773,166.101,2.974,43.669,0.664
permute_channels,9.332,8.783,34.481,3.281,10.940,0.155
random_FT_phase,38.544,47.198,90.381,8.5997,12.139,0.258
random_slope_scale,44.880,20.625,39.141,1.667,0.197,0.093
scaling,5.069,5.061,0.406,0.415,0.022,0.054
shift_frequency,47.336,69.527,97.961,12.574,6.523,0.290
shift_horizontal,7.665,7.356,10.154,0.682,2.694,0.035
shift_vertical,,6.996,,0.057,,0.070
warp_signal,247.153,410.710,947.214,86.178,221.647,4.442
,Numpy Array no BE,Numpy Array BE,Torch Tensor no BE,Torch Tensor BE,Torch Tensor GPU no BE,Torch Tensor GPU BE
add_band_noise,,1.419,,0.133,,0.046
add_eeg_artifact,1.595,1.724,1.76,0.396,1.119,0.058
add_gaussian_noise,,7.395,,1.68,,0.007
add_noise_SNR,,7.695,,1.938,,1.344
change_ref,,0.767,,0.729,,0.498
channel_dropout,0.779,0.363,0.455,0.028,0.502,0.007
crop_and_resize,11.479,17.503,15.851,3.434,10.389,0.2
filter_bandpass,,4.716,,5.786,,1.035
filter_bandstop,,4.793,,5.93,,0.166
filter_highpass,,3.431,,5.961,,0.107
filter_lowpass,,4.365,,6.036,,0.115
flip_horizontal,,0.0,,0.022,,0.001
flip_vertical,,0.358,,0.023,,0.001
masking,0.815,0.548,0.495,0.039,0.432,0.006
moving_avg,,3.066,,2.661,,0.009
permutation_signal,1.055,1.305,0.951,0.242,0.599,0.008
permute_channels_network,4.667,0.954,6.435,0.157,4.698,0.072
permute_channels,0.905,0.877,1.237,0.075,1.148,0.016
random_FT_phase,4.014,4.963,2.819,0.485,1.272,0.026
random_slope_scale,3.849,2.251,1.783,0.2,0.012,0.009
scaling,0.562,0.56,0.046,0.046,0.002,0.002
shift_frequency,5.155,7.262,3.173,0.757,0.692,0.029
shift_horizontal,0.797,0.787,0.389,0.056,0.279,0.004
shift_vertical,,0.712,,0.061,,0.002
warp_signal,25.965,43.759,35.951,7.205,23.263,0.467
1 change: 1 addition & 0 deletions docs/selfeeg.augmentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Classes
:nosignatures:
:template: classtemplate.rst

CircularAug
DynamicSingleAug
RandomAug
SequentialAug
Expand Down
Loading
Loading