From 8dea43323c2cee61b0eb6ec0dba2d966b0ed4bea Mon Sep 17 00:00:00 2001 From: Xiaozhe Yao Date: Fri, 27 Sep 2019 23:04:37 +0200 Subject: [PATCH] fix documents from "Tensorflow Model" to "Pytorch Model" fix documents from "Tensorflow Model" to "Pytorch Model" --- advbox/models/pytorch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advbox/models/pytorch.py b/advbox/models/pytorch.py index c6a27cf..e257402 100644 --- a/advbox/models/pytorch.py +++ b/advbox/models/pytorch.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. """ -Tensorflow model +Pytorch model """ from __future__ import absolute_import