From bf9868bc62b643256ff7b5189115cf6b80905b20 Mon Sep 17 00:00:00 2001 From: kongdebug <52785738+kongdebug@users.noreply.github.com> Date: Fri, 1 Apr 2022 18:43:56 +0800 Subject: [PATCH] Update pan.py Add source description for PANet --- paddlers/models/ppgan/models/generators/pan.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paddlers/models/ppgan/models/generators/pan.py b/paddlers/models/ppgan/models/generators/pan.py index 2e11975..3562427 100644 --- a/paddlers/models/ppgan/models/generators/pan.py +++ b/paddlers/models/ppgan/models/generators/pan.py @@ -1,5 +1,4 @@ # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserve. -# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -12,6 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +# code was based on https://github.com/zhaohengyuan1/PAN + import functools import numpy as np