From f15a478fc32952243a4bfd84820bc7ed11e033d3 Mon Sep 17 00:00:00 2001 From: Felix Date: Mon, 31 May 2021 15:55:28 +0800 Subject: [PATCH] Update cutout.py --- ppcls/data/preprocess/ops/cutout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppcls/data/preprocess/ops/cutout.py b/ppcls/data/preprocess/ops/cutout.py index 43d557f8..b906e145 100644 --- a/ppcls/data/preprocess/ops/cutout.py +++ b/ppcls/data/preprocess/ops/cutout.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