diff --git a/md_seed__embeddings_2README.html b/md_seed__embeddings_2README.html index 8d87000ce..a13ba0f0c 100644 --- a/md_seed__embeddings_2README.html +++ b/md_seed__embeddings_2README.html @@ -166,7 +166,7 @@

Example Command
-

To train a model with analogy scoring enabled and a batch size of 200, you can run:

python generate_embedding_ray.py --index_dir "../seed_embeddings/preprocessed/" --epoch 1500 --is_analogy True --nbatches 200 --margin 1.5
+

To train a model with analogy scoring enabled and a batch size of 200, you can run:

python generate_embedding_ray.py --index_dir "../seed_embeddings/preprocessed/" --epoch 1500 --is_analogy True --use_gpu true
TensorBoard Tracking

Once training begins, you can monitor the progress using TensorBoard by running the following command:

tensorboard --logdir=~/ray_results