Commit 3fb07dc0 authored by Jeremy Lewi's avatar Jeremy Lewi Committed by Sergio Guadarrama
Browse files

Change default visibility of the slim package to public. (#1848)

* We do this because we want rules outside of slim to be able to depend on it in order to pull in slim models.
parent 96845c19
......@@ -2,8 +2,7 @@
# Contains files for loading, training and evaluating TF-Slim-based models.
package(default_visibility = [
":internal",
"//domain_adaptation:__subpackages__",
"//visibility:public",
])
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