vlawhern

Results 2 comments of vlawhern

So for the first method, the spatial filters are extracted from the ``DepthwiseConv2D`` layer in EEGNet. More specifically, ```python model = EEGNet(...) # define some EEGNet configuration model.fit(...) # fit...

After searching around a bit I'm guessing this issue is due to static linking not being supported in RHEL 8 (see https://access.redhat.com/articles/rhel8-abi-compatibility)... the relevant text is below: _Static Linking with...