/dssm

Deep Semantics Similarity Model in tensorflow.

Primary LanguagePythonApache License 2.0Apache-2.0

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