Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
b4537839
You need to sign in or sign up before continuing.
Commit
b4537839
authored
Mar 27, 2017
by
Konstantinos Bousmalis
Committed by
Neal Wu
Apr 05, 2017
Browse files
=Other tensorflow_models changes.
parent
89c7c987
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
README.md
README.md
+1
-0
slim/BUILD
slim/BUILD
+4
-1
No files found.
README.md
View file @
b4537839
...
@@ -12,6 +12,7 @@ running TensorFlow 0.12 or earlier, please
...
@@ -12,6 +12,7 @@ running TensorFlow 0.12 or earlier, please
## 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.
...
...
slim/BUILD
View file @
b4537839
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment