From 6db0ae8af4158d7a7392ba939442c3da8aaa1c4d Mon Sep 17 00:00:00 2001 From: Felix Date: Mon, 31 May 2021 15:53:54 +0800 Subject: [PATCH] Update batch_operators.py --- ppcls/data/preprocess/batch_ops/batch_operators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppcls/data/preprocess/batch_ops/batch_operators.py b/ppcls/data/preprocess/batch_ops/batch_operators.py index 51e18cc3..769045b5 100644 --- a/ppcls/data/preprocess/batch_ops/batch_operators.py +++ b/ppcls/data/preprocess/batch_ops/batch_operators.py @@ -1,4 +1,4 @@ -# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. +# Copyright (c) 2021 PaddlePaddle 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. -- GitLab