Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 3755319

Browse files
hwchung27Mesh TensorFlow Team
authored andcommitted
Fix decoding bug for Funnel Transformer
PiperOrigin-RevId: 350164921
1 parent 3e8c165 commit 3755319

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+176
-77
lines changed

examples/mnist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2020 The Mesh TensorFlow Authors.
2+
# Copyright 2021 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

examples/mnist_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2020 The Mesh TensorFlow Authors.
2+
# Copyright 2021 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

examples/toy_model_tpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2020 The Mesh TensorFlow Authors.
2+
# Copyright 2021 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

mesh_tensorflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2020 The Mesh TensorFlow Authors.
2+
# Copyright 2021 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

mesh_tensorflow/auto_mtf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2020 The Mesh TensorFlow Authors.
2+
# Copyright 2021 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

mesh_tensorflow/auto_mtf/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2020 The Mesh TensorFlow Authors.
2+
# Copyright 2021 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

mesh_tensorflow/auto_mtf/api_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2020 The Mesh TensorFlow Authors.
2+
# Copyright 2021 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

mesh_tensorflow/auto_mtf/graph_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2020 The Mesh TensorFlow Authors.
2+
# Copyright 2021 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

mesh_tensorflow/auto_mtf/graph_interface_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2020 The Mesh TensorFlow Authors.
2+
# Copyright 2021 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

mesh_tensorflow/auto_mtf/layout_optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2020 The Mesh TensorFlow Authors.
2+
# Copyright 2021 The Mesh TensorFlow Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)