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

Implementation of Siamese Neural Networks for One-shot Image Recognition
605 stars 181 forks source link

Keras and TensorFlow versions. #18

Closed HAA21 closed 3 years ago

HAA21 commented 3 years ago

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!

HAA21 commented 3 years ago

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

these work fine. Thanks!