Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit b94bfcb

Browse files
yuwen-yanafrozenator
authored andcommitted
add textCNN model to __init__.py (#1421)
1 parent afb1917 commit b94bfcb

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)