Commit b4537839 authored by Konstantinos Bousmalis's avatar Konstantinos Bousmalis Committed by Neal Wu

=Other tensorflow_models changes.

parent 89c7c987
......@@ -12,6 +12,7 @@ running TensorFlow 0.12 or earlier, please
## Models
- [autoencoder](autoencoder): various autoencoders.
- [domain_adaptation](domain_adaptation): Domain Separation Networks.
- [compression](compression): compressing and decompressing images using a pre-trained Residual GRU network.
- [differential_privacy](differential_privacy): privacy-preserving student models from multiple teachers.
- [im2txt](im2txt): image-to-text neural network for image captioning.
......
# Description:
# Contains files for loading, training and evaluating TF-Slim-based models.
package(default_visibility = [":internal"])
package(default_visibility = [
":internal",
"//domain_adaptation:__subpackages__",
])
licenses(["notice"]) # Apache 2.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment