diff --git a/ppcls/arch/backbone/model_zoo/uniformer.py b/ppcls/arch/backbone/model_zoo/uniformer.py index fa7dc9c7f..15c0879cd 100644 --- a/ppcls/arch/backbone/model_zoo/uniformer.py +++ b/ppcls/arch/backbone/model_zoo/uniformer.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Code was based on https://github.com/bytedance/UniFormer/blob/main/classification/uniformer.py +# Code was based on https://github.com/Sense-X/UniFormer # reference: https://arxiv.org/abs/2201.09450 from collections import OrderedDict