Skip to content

Commit 9359f27

Browse files
committed
Include model_dir in estimator
1 parent a3fe72e commit 9359f27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rasa_nlu/featurizers/bert_featurizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def __init__(self, component_config=None):
7171
use_tpu=False,
7272
model_fn=model_fn,
7373
config=run_config,
74+
model_dir='/tmp/bert_model',
7475
predict_batch_size=8)
7576

7677
def train(self, training_data, config, **kwargs):

0 commit comments

Comments
 (0)