ubclaunchpad / minutes

:telescope: Speaker diarization via transfer learning
https://medium.com/ubc-launch-pad-software-engineering-blog/speaker-diarisation-using-transfer-learning-47ca1a1226f4
27 stars 5 forks source link

Chad/add conda #96

Closed chadlagore closed 6 years ago

chadlagore commented 6 years ago

:construction_worker: Changes

CoffeeTableEspresso commented 6 years ago

On my machine (ubuntu), this tries to install keras with a Theano backend.

Running the following fixed it: export KERAS_BACKEND=tensorflow pip install tensorflow.