"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "2d315ba9a984f8db8f108b967b3af6fa4aa67669"
Commit 2f6c3966 authored by Konstantinos Bousmalis's avatar Konstantinos Bousmalis Committed by Konstantinos Bousmalis
Browse files

=Other tensorflow_models changes.

parent ef8f894a
...@@ -9,6 +9,7 @@ To propose a model for inclusion please submit a pull request. ...@@ -9,6 +9,7 @@ To propose a model for inclusion please submit a pull request.
## Models ## Models
- [autoencoder](autoencoder): various autoencoders. - [autoencoder](autoencoder): various autoencoders.
- [domain_adaptation](domain_adaptation): Domain Separation Networks.
- [compression](compression): compressing and decompressing images using a pre-trained Residual GRU network. - [compression](compression): compressing and decompressing images using a pre-trained Residual GRU network.
- [differential_privacy](differential_privacy): privacy-preserving student models from multiple teachers. - [differential_privacy](differential_privacy): privacy-preserving student models from multiple teachers.
- [im2txt](im2txt): image-to-text neural network for image captioning. - [im2txt](im2txt): image-to-text neural network for image captioning.
......
# Description: # Description:
# Contains files for loading, training and evaluating TF-Slim-based models. # 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 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