neural-nuts / image-caption-generator

[DEPRECATED] A Neural Network based generative model for captioning images using Tensorflow
BSD 3-Clause "New" or "Revised" License
148 stars 57 forks source link

is there a requirements.yml file for the project? #39

Open Ivanclj opened 5 years ago

Ivanclj commented 5 years ago

Hi, i want to replicate this cool project but was unsure how should i install dependencies. I am assuming this is running on python 2.7? And do i have to install tf 1.0.0 or does later version work as well? Is there a requirement.yml or txt file I am missing? Any help would be greatly appreciated!

aayux commented 5 years ago

Hi,

Yes, this was written in Python 2.7 and has only been tested for TensorFlow r1.0

Unfortunately we did not freeze a requirements file so it's really hard to give you the exact release versions for the other dependencies. Although, I imagine whatever satisfies TensorFlow r1.0 should work just okay.

Soumennn commented 5 years ago

@aayux Can you help me run this code with latest tensorflow dependencies? Or at least help me running the code successfully