luozhouyang / dssm

Deep Semantics Similarity Model in tensorflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Deep Semantics Similarity Model in tensorflow.

License:Apache License 2.0


Languages

Language:Python 98.0%Language:Dockerfile 2.0%