dssm
dssm copied to clipboard
Deep Semantics Similarity Model in tensorflow.
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