fix csp refer (#1404)

pull/1415/head
littletomatodonkey 2021-11-05 13:54:10 +08:00 committed by GitHub
parent d8fbc1b36b
commit 67d982c30e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Code was heavily based on https://github.com/rwightman/pytorch-image-models
import paddle
import paddle.nn as nn
import paddle.nn.functional as F