From 60b9866497c4669ed9fe82e25374b7dc9f9098ca Mon Sep 17 00:00:00 2001 From: gx_wind Date: Tue, 16 Jan 2018 14:31:56 +0800 Subject: [PATCH] delete license --- fluid/adversarial/advbox/.__init__.py.swp | Bin 0 -> 12288 bytes fluid/adversarial/advbox/__init__.py | 13 ------------- fluid/adversarial/advbox/attacks/base.py | 13 ------------- .../adversarial/advbox/attacks/gradientsign.py | 13 ------------- fluid/adversarial/advbox/models/__init__.py | 13 ------------- fluid/adversarial/advbox/models/base.py | 13 ------------- fluid/adversarial/advbox/models/paddle.py | 13 ------------- fluid/adversarial/fluid_mnist.py | 13 ------------- fluid/adversarial/mnist_tutorial_fgsm.py | 13 ------------- 9 files changed, 104 deletions(-) create mode 100644 fluid/adversarial/advbox/.__init__.py.swp diff --git a/fluid/adversarial/advbox/.__init__.py.swp b/fluid/adversarial/advbox/.__init__.py.swp new file mode 100644 index 0000000000000000000000000000000000000000..7e5afe8123a9a2a4d268130907febdcf38f26409 GIT binary patch literal 12288 zcmeI&KTm@|7zXgG&ecZ!0IxV(svYcPbkm{6MF$f@u5uuTatMdkMMtOV=Hz#9aPnjH z`)J}zgNYi`Kh{NkE_r&T9539Dc4)X(ZGXE-jcQGBs|c}ne|S*o_DXkkA^c2tg2>PJ z3~c8?*&uRcN>K*VOjHEO2ec@f6PLsl&v&Yr^K{XdKJ~>WItV}j0uX=z1Rwwb2tWV=5P$##exZQmC->L0LOgKt z=l^g2|DSpLvH1Lk`z_APj1W(plyl12;H+~NIK8qEx126#htuSsK>z{}fB*y_009U< z00I#By8@PF2_o90R2kA98Lh*VJe`oQB9%zP%c<$zqGnPZ*^Wa+I-*#*eE4Jqcop^J z6=?Jl`Sp%D<8K`D5sBwWaVW<=@fTHoqDCkU-{1Dnlp0!P=zzgru)?l?#U%1#uRRzd AbN~PV literal 0 HcmV?d00001 diff --git a/fluid/adversarial/advbox/__init__.py b/fluid/adversarial/advbox/__init__.py index f56f14f1..b50f18f7 100644 --- a/fluid/adversarial/advbox/__init__.py +++ b/fluid/adversarial/advbox/__init__.py @@ -1,16 +1,3 @@ -# Copyright (c) 2017 PaddlePaddle Authors. All Rights Reserved -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. """ A set of tools for generating adversarial example on paddle platform """ diff --git a/fluid/adversarial/advbox/attacks/base.py b/fluid/adversarial/advbox/attacks/base.py index 000baa48..98a65f2f 100644 --- a/fluid/adversarial/advbox/attacks/base.py +++ b/fluid/adversarial/advbox/attacks/base.py @@ -1,16 +1,3 @@ -# Copyright (c) 2018 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -#Unless required by applicable law or agreed to in writing, software -#distributed under the License is distributed on an "AS IS" BASIS, -#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -#See the License for the specific language governing permissions and -#limitations under the License. """ The base model of the model. """ diff --git a/fluid/adversarial/advbox/attacks/gradientsign.py b/fluid/adversarial/advbox/attacks/gradientsign.py index 77d93bd7..15b1d176 100644 --- a/fluid/adversarial/advbox/attacks/gradientsign.py +++ b/fluid/adversarial/advbox/attacks/gradientsign.py @@ -1,16 +1,3 @@ -# Copyright (c) 2018 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -#Unless required by applicable law or agreed to in writing, software -#distributed under the License is distributed on an "AS IS" BASIS, -#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -#See the License for the specific language governing permissions and -#limitations under the License. """ This module provide the attack method for FGSM's implement. """ diff --git a/fluid/adversarial/advbox/models/__init__.py b/fluid/adversarial/advbox/models/__init__.py index eee0f6ef..ec0ef13a 100644 --- a/fluid/adversarial/advbox/models/__init__.py +++ b/fluid/adversarial/advbox/models/__init__.py @@ -1,16 +1,3 @@ -# Copyright (c) 2017 PaddlePaddle Authors. All Rights Reserved -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. """ Paddle model for target of attack """ diff --git a/fluid/adversarial/advbox/models/base.py b/fluid/adversarial/advbox/models/base.py index 084e563f..74e1045d 100644 --- a/fluid/adversarial/advbox/models/base.py +++ b/fluid/adversarial/advbox/models/base.py @@ -1,16 +1,3 @@ -# Copyright (c) 2018 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -#Unless required by applicable law or agreed to in writing, software -#distributed under the License is distributed on an "AS IS" BASIS, -#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -#See the License for the specific language governing permissions and -#limitations under the License. """ The base model of the model. """ diff --git a/fluid/adversarial/advbox/models/paddle.py b/fluid/adversarial/advbox/models/paddle.py index 6cced62a..976a525c 100644 --- a/fluid/adversarial/advbox/models/paddle.py +++ b/fluid/adversarial/advbox/models/paddle.py @@ -1,16 +1,3 @@ -# Copyright (c) 2018 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -#Unless required by applicable law or agreed to in writing, software -#distributed under the License is distributed on an "AS IS" BASIS, -#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -#See the License for the specific language governing permissions and -#limitations under the License. from __future__ import absolute_import import numpy as np diff --git a/fluid/adversarial/fluid_mnist.py b/fluid/adversarial/fluid_mnist.py index 67d656a4..e2bfeeaf 100644 --- a/fluid/adversarial/fluid_mnist.py +++ b/fluid/adversarial/fluid_mnist.py @@ -1,16 +1,3 @@ -# Copyright (c) 2018 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -#Unless required by applicable law or agreed to in writing, software -#distributed under the License is distributed on an "AS IS" BASIS, -#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -#See the License for the specific language governing permissions and -#limitations under the License. """ CNN on mnist data using fluid api of paddlepaddle """ diff --git a/fluid/adversarial/mnist_tutorial_fgsm.py b/fluid/adversarial/mnist_tutorial_fgsm.py index 421df197..4b9a1de8 100644 --- a/fluid/adversarial/mnist_tutorial_fgsm.py +++ b/fluid/adversarial/mnist_tutorial_fgsm.py @@ -1,16 +1,3 @@ -# Copyright (c) 2018 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -#Unless required by applicable law or agreed to in writing, software -#distributed under the License is distributed on an "AS IS" BASIS, -#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -#See the License for the specific language governing permissions and -#limitations under the License. """ FGSM demos on mnist using advbox tool. """ -- GitLab