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

Installs into site-packages/data #37

Closed
geometrikal opened this issue Dec 15, 2016 · 3 comments
Closed

Installs into site-packages/data #37

geometrikal opened this issue Dec 15, 2016 · 3 comments

Comments

@geometrikal
Copy link

On windows pip install tensorflow puts imagenet_classes.py into site-packages/data.

This seems like a pretty generic package name to write into... Was this intended?

@wagamamaz
Copy link
Collaborator

data/imagenet_classes.py contains imagenet label list which will be used in VGG, Inception examples.

@geometrikal
Copy link
Author

Can you shift it to site-packages/tensorlayer/data instead of site-packages/data? At the moment if I try to import from my own data.py file the data package installed by tensorlayer is used instead.

@zsdonghao
Copy link
Member

I moved data folder into example folder.

zsdonghao added a commit that referenced this issue May 4, 2019
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