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

Implementation of Siamese Neural Networks for One-shot Image Recognition
601 stars 180 forks source link

requirements.txt #20

Closed loojinrong closed 3 years ago

loojinrong commented 3 years ago

Hi, may I request for a requirement.txt file so I know what to pip install. And are you using python 3.5 or 3.7?

Thank you.

tensorfreitas commented 3 years ago

It's been some years since I implemented this. You are right I should have put the requirements in the repo. Unfortunately I don't have the original implementation and the venv I used. Another user said it worked with

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

And if I'm not mistaken I was using python 3.6

loojinrong commented 3 years ago

thank you for your reply. How about the cuda and cudnn version?