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

why does this not mirror models/research/slim #6

Open
kr-ish opened this issue Feb 14, 2020 · 3 comments
Open

why does this not mirror models/research/slim #6

kr-ish opened this issue Feb 14, 2020 · 3 comments

Comments

@kr-ish
Copy link

kr-ish commented Feb 14, 2020

forgive me if I'm missing something obvious, but why doesn't this repo mirror https://github.com/tensorflow/models/tree/master/research/slim? Seems the latter is more up to date- for example the latter contains mobilenet under nets whereas this repo doesn't

thanks!

@marksandler2
Copy link
Collaborator

marksandler2 commented Feb 20, 2020

You are not missing anything. This happened for mostly historical reasons with tensorflow team locking down contrib directory from adding latest and greatest models, however now that tf_slim moved out of contrib, it makes sense re-evaluate and potentially merge these two repositories somehow..

@kr-ish
Copy link
Author

kr-ish commented Feb 24, 2020

@marksandler2 do you have an ideas of how to approach merging the two repositories? I could look into merging in some of the newer work in nets piece by piece- not sure if there's a better way to go about it

@adrianc-a
Copy link
Contributor

adrianc-a commented Sep 10, 2020

@kr-ish - to update the nets here you could go one-by-one without running into many issues if any at all since now (as of may - see commit ) tensorflow/models/research/slim imports tf_slim directly as opposed to importing it from tf.contrib as it once did. I suppose at that point the issue would be where is best to keep the nets to avoid maintaining duplicates of the same code here and there. Not sure what @marksandler2 or sergio's opinions on this would be now...

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