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/nhnet/utils.py
official/projects/nhnet/utils.py
+1
-1
official/projects/roformer/__init__.py
official/projects/roformer/__init__.py
+1
-1
official/projects/roformer/roformer.py
official/projects/roformer/roformer.py
+1
-1
official/projects/roformer/roformer_attention.py
official/projects/roformer/roformer_attention.py
+1
-1
official/projects/roformer/roformer_attention_test.py
official/projects/roformer/roformer_attention_test.py
+1
-1
official/projects/roformer/roformer_encoder.py
official/projects/roformer/roformer_encoder.py
+1
-1
official/projects/roformer/roformer_encoder_block.py
official/projects/roformer/roformer_encoder_block.py
+1
-1
official/projects/roformer/roformer_encoder_block_test.py
official/projects/roformer/roformer_encoder_block_test.py
+1
-1
official/projects/roformer/roformer_encoder_test.py
official/projects/roformer/roformer_encoder_test.py
+1
-1
official/projects/roformer/roformer_experiments.py
official/projects/roformer/roformer_experiments.py
+1
-1
official/projects/roformer/train.py
official/projects/roformer/train.py
+1
-1
official/projects/teams/__init__.py
official/projects/teams/__init__.py
+1
-1
official/projects/teams/teams.py
official/projects/teams/teams.py
+1
-1
official/projects/teams/teams_experiments.py
official/projects/teams/teams_experiments.py
+1
-1
official/projects/teams/teams_experiments_test.py
official/projects/teams/teams_experiments_test.py
+1
-1
official/projects/teams/teams_pretrainer.py
official/projects/teams/teams_pretrainer.py
+1
-1
official/projects/teams/teams_pretrainer_test.py
official/projects/teams/teams_pretrainer_test.py
+1
-1
official/projects/teams/teams_task.py
official/projects/teams/teams_task.py
+1
-1
official/projects/teams/teams_task_test.py
official/projects/teams/teams_task_test.py
+1
-1
official/projects/text_classification_example/classification_data_loader.py
...text_classification_example/classification_data_loader.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/nhnet/utils.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/roformer/__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/roformer/roformer.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/roformer/roformer_attention.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/roformer/roformer_attention_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/roformer/roformer_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/roformer/roformer_encoder_block.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/roformer/roformer_encoder_block_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/roformer/roformer_encoder_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/roformer/roformer_experiments.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/roformer/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/teams/__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/teams/teams.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/teams/teams_experiments.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/teams/teams_experiments_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/teams/teams_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/teams/teams_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/teams/teams_task.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/teams/teams_task_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/text_classification_example/classification_data_loader.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
…
25
26
27
28
29
30
31
32
33
…
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