BirdVox / birdvoxdetect

A pre-trained deep learning system for detecting bird flight calls in continuous recordings
MIT License
78 stars 15 forks source link

Keras dependency could be replaced by tf.keras #2

Closed lostanlen closed 5 years ago

lostanlen commented 5 years ago

raised by @HaroldMills over email

justinsalamon commented 5 years ago

Are we sure keras and tf.keras adhere to exactly the same API? Also, how about version compatibility? Whichever of the two we choose to use for the library, we should be sure to use it to train the released models to avoid version mismatch leading to unexpected behavior.

HaroldMills commented 5 years ago

As far as I know, the keras and tf.keras packages are both intended to implement the Keras 2 API. Just how similarly they do this, though, I don't know. It certainly does seem safest to train and infer with the same version of the same package.

lostanlen commented 5 years ago

closed in 2f91994