tensorfreitas / Siamese-Networks-for-One-Shot-Learning

Implementation of Siamese Neural Networks for One-shot Image Recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keras and TensorFlow versions.

HAA21 opened this issue · comments

commented

Hey, thanks for the great work. Can you please tell me what versions of Keras and TensorFlow did you use? I am facing issues running the code on the present version. Thanks!

commented

!pip install keras==2.1.6
!pip install tensorflow==1.15.0

these work fine. Thanks!