kirtonBCIlab / bci-essentials-python

Python backend for BCI Essentials
Mozilla Public License 2.0
11 stars 7 forks source link

Removing dependency on Tensorflow #107

Closed gregbci closed 3 months ago

gregbci commented 3 months ago

Tensorflow is a large and tricky to install dependency. We decided to remove it to make Bessy a bit more lean. The only thing using Tensorflow was switch_deep_classifer, which the team isn't using right now.

Note - the FlickTok project was a driver for this change. Unfortunately FlickTok currently depends on Bessy 0.1.3, so it can't realize the benefit of this change right now.