Skip to content

Commit

Permalink
modulo transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Sendra committed Aug 25, 2020
1 parent 267a36c commit be7dc97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlearner/nlp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .utils import Processor_data, open_txt
from mlearner.nlp import helpers
from .cnn_advanced import DCNN_Advanced
from .transformer import Transformer
from .transformer import Transformer, train_transformer

__all__ = ["DCNN", "Processor_data", "open_txt", "helpers", "DCNN_Advanced",
"Transformer"]
"Transformer", "train_transformer"]

0 comments on commit be7dc97

Please sign in to comment.