vecmap icon indicating copy to clipboard operation
vecmap copied to clipboard

How can I get deterministic results from map_embeddings.py?

Open kellymarchisio opened this issue 6 years ago • 0 comments

I'm running the below command, however my results are not deterministic. Is there a way to do so? (I'm debugging the pipeline, so would like a fully reproducible run)

export OMP_NUM_THREADS=1
python3 $VECMAP/map_embeddings.py \
        --unsupervised -v --seed 1 \
        $working/step3/emb.src $working/step3/emb.trg \
        $root/emb.src $root/emb.trg

kellymarchisio avatar Dec 17 '19 13:12 kellymarchisio