Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
871c4e0a
Commit
871c4e0a
authored
Jan 18, 2022
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 422612138
parent
6b8bb0cb
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
official/projects/bigbird/experiment_configs.py
official/projects/bigbird/experiment_configs.py
+1
-1
official/projects/bigbird/recompute_grad.py
official/projects/bigbird/recompute_grad.py
+1
-1
official/projects/bigbird/recomputing_dropout.py
official/projects/bigbird/recomputing_dropout.py
+1
-1
official/projects/bigbird/stateless_dropout.py
official/projects/bigbird/stateless_dropout.py
+1
-1
official/projects/edgetpu/nlp/__init__.py
official/projects/edgetpu/nlp/__init__.py
+1
-1
official/projects/edgetpu/nlp/configs/__init__.py
official/projects/edgetpu/nlp/configs/__init__.py
+1
-1
official/projects/edgetpu/nlp/configs/params.py
official/projects/edgetpu/nlp/configs/params.py
+1
-1
official/projects/edgetpu/nlp/mobilebert_edgetpu_trainer.py
official/projects/edgetpu/nlp/mobilebert_edgetpu_trainer.py
+1
-1
official/projects/edgetpu/nlp/mobilebert_edgetpu_trainer_test.py
...l/projects/edgetpu/nlp/mobilebert_edgetpu_trainer_test.py
+1
-1
official/projects/edgetpu/nlp/modeling/__init__.py
official/projects/edgetpu/nlp/modeling/__init__.py
+1
-1
official/projects/edgetpu/nlp/modeling/edgetpu_layers.py
official/projects/edgetpu/nlp/modeling/edgetpu_layers.py
+1
-1
official/projects/edgetpu/nlp/modeling/edgetpu_layers_test.py
...cial/projects/edgetpu/nlp/modeling/edgetpu_layers_test.py
+1
-1
official/projects/edgetpu/nlp/modeling/encoder.py
official/projects/edgetpu/nlp/modeling/encoder.py
+1
-1
official/projects/edgetpu/nlp/modeling/model_builder.py
official/projects/edgetpu/nlp/modeling/model_builder.py
+1
-1
official/projects/edgetpu/nlp/modeling/model_builder_test.py
official/projects/edgetpu/nlp/modeling/model_builder_test.py
+1
-1
official/projects/edgetpu/nlp/modeling/pretrainer.py
official/projects/edgetpu/nlp/modeling/pretrainer.py
+1
-1
official/projects/edgetpu/nlp/modeling/pretrainer_test.py
official/projects/edgetpu/nlp/modeling/pretrainer_test.py
+1
-1
official/projects/edgetpu/nlp/run_mobilebert_edgetpu_train.py
...cial/projects/edgetpu/nlp/run_mobilebert_edgetpu_train.py
+1
-1
official/projects/edgetpu/nlp/serving/__init__.py
official/projects/edgetpu/nlp/serving/__init__.py
+1
-1
official/projects/edgetpu/nlp/serving/export_tflite_squad.py
official/projects/edgetpu/nlp/serving/export_tflite_squad.py
+1
-1
No files found.
Too many changes to show.
To preserve performance only
1000 of 1000+
files are displayed.
Plain diff
Email patch
official/projects/bigbird/experiment_configs.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/bigbird/recompute_grad.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/bigbird/recomputing_dropout.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/bigbird/stateless_dropout.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/nlp/__init__.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/nlp/configs/__init__.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/nlp/configs/params.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/nlp/mobilebert_edgetpu_trainer.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/nlp/mobilebert_edgetpu_trainer_test.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/nlp/modeling/__init__.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/nlp/modeling/edgetpu_layers.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/nlp/modeling/edgetpu_layers_test.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/nlp/modeling/encoder.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/nlp/modeling/model_builder.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/nlp/modeling/model_builder_test.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/nlp/modeling/pretrainer.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/nlp/modeling/pretrainer_test.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/nlp/run_mobilebert_edgetpu_train.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/nlp/serving/__init__.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
official/projects/edgetpu/nlp/serving/export_tflite_squad.py
View file @
871c4e0a
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
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.
...
...
Prev
1
…
20
21
22
23
24
25
26
27
28
…
50
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