Explorar el Código

=Other tensorflow_models changes.

Konstantinos Bousmalis hace 8 años
padre
commit
b45378391e
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 1 0
      README.md
  2. 4 1
      slim/BUILD

+ 1 - 0
README.md

@@ -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.

+ 4 - 1
slim/BUILD

@@ -1,7 +1,10 @@
 # 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