cbrnr / sleepecg

Sleep stage detection using ECG
BSD 3-Clause "New" or "Revised" License
93 stars 25 forks source link

Use official tensorflow package also on macOS #172

Closed cbrnr closed 1 year ago

cbrnr commented 1 year ago

Using tensorflow instead of Apple-maintained tensorflow-macos and tensorflow-metal avoids problems when installing and loading models. This means no GPU support for Macs, but if someone really wants to enable this, it can be done manually (which means we don't have to support it).