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
c953c6a7
Commit
c953c6a7
authored
May 11, 2022
by
Mark Daoust
Committed by
A. Unique TensorFlower
May 11, 2022
Browse files
Internal change
PiperOrigin-RevId: 448107266
parent
e7f203e9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
official/vision/serving/__init__.py
official/vision/serving/__init__.py
+2
-0
tensorflow_models/vision/__init__.py
tensorflow_models/vision/__init__.py
+1
-0
No files found.
official/vision/serving/__init__.py
View file @
c953c6a7
...
...
@@ -12,3 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""Tools for exporting models."""
from
official.vision.serving
import
export_saved_model_lib
tensorflow_models/vision/__init__.py
View file @
c953c6a7
...
...
@@ -14,5 +14,6 @@
"""TensorFlow Models Vision Libraries."""
from
official.vision
import
configs
from
official.vision
import
serving
from
official.vision.modeling
import
*
from
official.vision.ops
import
*
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