We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d8c06 commit b3bd516Copy full SHA for b3bd516
tensor2tensor/models/__init__.py
@@ -38,6 +38,7 @@
38
from tensor2tensor.models import revnet
39
from tensor2tensor.models import shake_shake
40
from tensor2tensor.models import slicenet
41
+from tensor2tensor.models import text_cnn
42
from tensor2tensor.models import transformer
43
from tensor2tensor.models import vanilla_gan
44
from tensor2tensor.models import xception
0 commit comments