-
Notifications
You must be signed in to change notification settings - Fork 36
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
tf.contrib.slim evaluation #4
Comments
Our internal framework is still dependent on older TF versions. We're currently migrating to newer versions and plan to adopt appropriate coding style in the future, but for now, we decided that releasing our code was more important than waiting for the migration to complete. |
HI,I made a few modification,and it can run on windows now. But how to use the models I trained? |
do u have a demo about how to use this models?thanks. |
authors, thanks for opensourcing your code.
I would like to know why did you choose tf.contrib.slim instead of tf.layers or just tf.keras?
I'm trying to reimplement your using tf.keras which could be more simpler for more expremintation with tf.eager_execution to debug easily? what are implecations I should take to use tf.keras?
Thanks!!
The text was updated successfully, but these errors were encountered: