Update pan.py

Add source description for PANet
own
kongdebug 3 years ago committed by GitHub
parent 166b28fdcd
commit bf9868bc62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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

Loading…
Cancel
Save