Skip to content

Commit 3627cd4

Browse files
yuwen-yankpe
authored andcommitted
add textCNN model to __init__.py (tensorflow#1421)
1 parent f937fe2 commit 3627cd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensor2tensor/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
from tensor2tensor.models import revnet
3939
from tensor2tensor.models import shake_shake
4040
from tensor2tensor.models import slicenet
41+
from tensor2tensor.models import text_cnn
4142
from tensor2tensor.models import transformer
4243
from tensor2tensor.models import vanilla_gan
4344
from tensor2tensor.models import xception

0 commit comments

Comments
 (0)