From 0f85534c3aacac58dba497fc6157a4d58b727678 Mon Sep 17 00:00:00 2001 From: jiangjiajun Date: Thu, 4 Jun 2020 06:20:07 +0000 Subject: [PATCH] add AlexNet --- paddlex/cv/nets/alexnet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddlex/cv/nets/alexnet.py b/paddlex/cv/nets/alexnet.py index 870f211..6770f43 100644 --- a/paddlex/cv/nets/alexnet.py +++ b/paddlex/cv/nets/alexnet.py @@ -1,4 +1,4 @@ -#copyright (c) 2019 PaddlePaddle Authors. All Rights Reserve. +#copyright (c) 2020 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. -- GitLab