提交 2f6c3966 编写于 作者: K Konstantinos Bousmalis 提交者: Konstantinos Bousmalis

=Other tensorflow_models changes.

上级 ef8f894a
......@@ -9,6 +9,7 @@ To propose a model for inclusion please submit a pull request.
## 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册