fix csp refer (#1405)

This commit is contained in:
littletomatodonkey 2021-11-05 13:54:40 +08:00 committed by GitHub
parent 4428868ea7
commit a059023f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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