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
c7644458
Commit
c7644458
authored
Jun 06, 2021
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Jun 06, 2021
Browse files
Internal change
PiperOrigin-RevId: 377803367
parent
14c7d609
Changes
151
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
0 additions
and
280 deletions
+0
-280
official/LICENSE
official/LICENSE
+0
-14
official/README-TPU.md
official/README-TPU.md
+0
-14
official/README.md
official/README.md
+0
-14
official/colab/decoding_api_in_tf_nlp.ipynb
official/colab/decoding_api_in_tf_nlp.ipynb
+0
-14
official/colab/nlp/customize_encoder.ipynb
official/colab/nlp/customize_encoder.ipynb
+0
-14
official/colab/nlp/nlp_modeling_library_intro.ipynb
official/colab/nlp/nlp_modeling_library_intro.ipynb
+0
-14
official/nlp/README.md
official/nlp/README.md
+0
-14
official/nlp/albert/README.md
official/nlp/albert/README.md
+0
-14
official/nlp/bert/README.md
official/nlp/bert/README.md
+0
-14
official/nlp/bert/bert_cloud_tpu.md
official/nlp/bert/bert_cloud_tpu.md
+0
-14
official/nlp/configs/experiments/glue_mnli_matched.yaml
official/nlp/configs/experiments/glue_mnli_matched.yaml
+0
-14
official/nlp/configs/experiments/squad_v1.yaml
official/nlp/configs/experiments/squad_v1.yaml
+0
-14
official/nlp/configs/models/bert_en_uncased_base.yaml
official/nlp/configs/models/bert_en_uncased_base.yaml
+0
-14
official/nlp/docs/pretrained_models.md
official/nlp/docs/pretrained_models.md
+0
-14
official/nlp/docs/tfhub.md
official/nlp/docs/tfhub.md
+0
-14
official/nlp/docs/train.md
official/nlp/docs/train.md
+0
-14
official/nlp/keras_nlp/README.md
official/nlp/keras_nlp/README.md
+0
-14
official/nlp/keras_nlp/contributing.md
official/nlp/keras_nlp/contributing.md
+0
-14
official/nlp/keras_nlp/requirements.txt
official/nlp/keras_nlp/requirements.txt
+0
-14
official/nlp/modeling/README.md
official/nlp/modeling/README.md
+0
-14
No files found.
official/LICENSE
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
Copyright 2015 The TensorFlow Authors. All rights reserved.
Copyright 2015 The TensorFlow Authors. All rights reserved.
Apache License
Apache License
...
...
official/README-TPU.md
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Offically Supported TensorFlow 2.1+ Models on Cloud TPU
# Offically Supported TensorFlow 2.1+ Models on Cloud TPU
## Natural Language Processing
## Natural Language Processing
...
...
official/README.md
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.


# TensorFlow Official Models
# TensorFlow Official Models
...
...
official/colab/decoding_api_in_tf_nlp.ipynb
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
{
{
"cells": [
"cells": [
{
{
...
...
official/colab/nlp/customize_encoder.ipynb
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
{
{
"nbformat": 4,
"nbformat": 4,
"nbformat_minor": 0,
"nbformat_minor": 0,
...
...
official/colab/nlp/nlp_modeling_library_intro.ipynb
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
{
{
"cells": [
"cells": [
{
{
...
...
official/nlp/README.md
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# TensorFlow NLP Modelling Toolkit
# TensorFlow NLP Modelling Toolkit
This codebase provides a Natrual Language Processing modeling toolkit written in
This codebase provides a Natrual Language Processing modeling toolkit written in
...
...
official/nlp/albert/README.md
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ALBERT (ALBERT: A Lite BERT for Self-supervised Learning of Language Representations)
# ALBERT (ALBERT: A Lite BERT for Self-supervised Learning of Language Representations)
The academic paper which describes ALBERT in detail and provides full results on
The academic paper which describes ALBERT in detail and provides full results on
...
...
official/nlp/bert/README.md
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# BERT (Bidirectional Encoder Representations from Transformers)
# BERT (Bidirectional Encoder Representations from Transformers)
**WARNING**
: We are on the way to deprecate most of the code in this directory.
**WARNING**
: We are on the way to deprecate most of the code in this directory.
...
...
official/nlp/bert/bert_cloud_tpu.md
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# BERT FineTuning with Cloud TPU: Sentence and Sentence-Pair Classification Tasks (TF 2.1)
# BERT FineTuning with Cloud TPU: Sentence and Sentence-Pair Classification Tasks (TF 2.1)
This tutorial shows you how to train the Bidirectional Encoder Representations from Transformers (BERT) model on Cloud TPU.
This tutorial shows you how to train the Bidirectional Encoder Representations from Transformers (BERT) model on Cloud TPU.
...
...
official/nlp/configs/experiments/glue_mnli_matched.yaml
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
task
:
task
:
hub_module_url
:
'
'
hub_module_url
:
'
'
model
:
model
:
...
...
official/nlp/configs/experiments/squad_v1.yaml
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
task
:
task
:
hub_module_url
:
'
'
hub_module_url
:
'
'
max_answer_length
:
30
max_answer_length
:
30
...
...
official/nlp/configs/models/bert_en_uncased_base.yaml
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
task
:
task
:
model
:
model
:
encoder
:
encoder
:
...
...
official/nlp/docs/pretrained_models.md
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Pre-trained Models
# Pre-trained Models
We provide a large collection of baselines and checkpoints for NLP pre-trained
We provide a large collection of baselines and checkpoints for NLP pre-trained
...
...
official/nlp/docs/tfhub.md
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Exporting a pre-trained Encoder to TF Hub
# Exporting a pre-trained Encoder to TF Hub
## Overview
## Overview
...
...
official/nlp/docs/train.md
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Model Garden NLP Common Training Driver
# Model Garden NLP Common Training Driver
[
train.py
](
https://github.com/tensorflow/models/blob/master/official/nlp/train.py
)
is the common training driver that supports multiple
[
train.py
](
https://github.com/tensorflow/models/blob/master/official/nlp/train.py
)
is the common training driver that supports multiple
...
...
official/nlp/keras_nlp/README.md
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# keras-nlp
# keras-nlp
## Layers
## Layers
...
...
official/nlp/keras_nlp/contributing.md
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
## Contributing to KerasNLP
## Contributing to KerasNLP
Patches to KerasNLP are welcome!
Patches to KerasNLP are welcome!
...
...
official/nlp/keras_nlp/requirements.txt
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
numpy>=1.15.4
numpy>=1.15.4
official/nlp/modeling/README.md
View file @
c7644458
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# NLP Modeling Library
# NLP Modeling Library
This library provides a set of Keras primitives (
`tf.keras.Layer`
and
This library provides a set of Keras primitives (
`tf.keras.Layer`
and
...
...
Prev
1
2
3
4
5
…
8
Next
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