Hello TensorFlow Community,
With the imminent release of TensorFlow 1.1.0 and the inclusion of Keras 2 API into contrib, I wonder what is the future of TensorFlow-Slim?
Personally I found really useful to see how more complex models are implemented and how we can use them with something just slightly above vanilla TF. I'm talking about the models found at:
https://github.com/tensorflow/models/tree/master/slim/nets (for example: inception_resnet_v2 which is not present in the contrib package in any of the TF releases).
Also for what I can tell, the repo mentioned above also contains the official links to the inception pre-trained models that Google currently offers.
Is there any place for Slim on the tensorflow roadmap? Should we invest more time and code into using Slim or should everyone just move to Keras 2.0 once it lands on the latest release?
Thanks,
Bogdan