Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you include a requirements.txt file? #8

Closed
smoosh911 opened this issue Mar 16, 2018 · 3 comments
Closed

Can you include a requirements.txt file? #8

smoosh911 opened this issue Mar 16, 2018 · 3 comments

Comments

@smoosh911
Copy link

smoosh911 commented Mar 16, 2018

I am not able to import slim. What is this and where did you find this library?

@muthiyanbhushan
Copy link

muthiyanbhushan commented Mar 16, 2018

This library is in models/research folder in the tensorflow/models original github.
Just download and the path to your pythonpath.
I accomplished it y

import sys
sys.path.append("/home/user/models/research")

Link to models Github:

https://github.com/tensorflow/models

Hope it helps.

@vonclites
Copy link
Owner

Unfortunately the requirements.txt file would not help this issue, since you cannot do a simple pip install slim. I will add instructions to the readme as soon as I get a chance, or will accept a pull request.

I've been wanting to create an independent version of their deployment module for a while now but haven't gotten around to it.

@smoosh911
Copy link
Author

thanks guys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants