From 9daae7ac68412d950c16374a72595a5b3b1ccf89 Mon Sep 17 00:00:00 2001 From: Yuwen Yan Date: Wed, 30 Jan 2019 21:19:11 +0800 Subject: [PATCH] add textCNN model to __init__.py --- tensor2tensor/models/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tensor2tensor/models/__init__.py b/tensor2tensor/models/__init__.py index 77176a9e0..973c87a81 100644 --- a/tensor2tensor/models/__init__.py +++ b/tensor2tensor/models/__init__.py @@ -38,6 +38,7 @@ from tensor2tensor.models import revnet from tensor2tensor.models import shake_shake from tensor2tensor.models import slicenet +from tensor2tensor.models import text_cnn from tensor2tensor.models import transformer from tensor2tensor.models import vanilla_gan from tensor2tensor.models import xception