Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 395 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 395 Bytes

dssm

Deep Semantics Similarity Model in tensorflow 2.x(Keras API).

Usage

Train

python -m dssm.runner --model mlp --action train

Evaluate

python -m dssm.runner --model mlp --action eval

Predict

python -m dssm.runner --model mlp --action predict

Epxort(Not ready yet)

python -m dssm.runner --model mlp --action export