Skip to content

Commit

Permalink
deploy: ce60eb3
Browse files Browse the repository at this point in the history
  • Loading branch information
svkeerthy committed Sep 24, 2024
1 parent c0aa24f commit 281f724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md_seed__embeddings_2README.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h4><a class="anchor" id="autotoc_md63"></a>
</ul>
<h5><a class="anchor" id="autotoc_md64"></a>
Example Command</h5>
<p>To train a model with analogy scoring enabled and a batch size of 200, you can run: </p><div class="fragment"><div class="line">python generate_embedding_ray.py --index_dir &quot;../seed_embeddings/preprocessed/&quot; --epoch 1500 --is_analogy True --nbatches 200 --margin 1.5</div>
<p>To train a model with analogy scoring enabled and a batch size of 200, you can run: </p><div class="fragment"><div class="line">python generate_embedding_ray.py --index_dir &quot;../seed_embeddings/preprocessed/&quot; --epoch 1500 --is_analogy True --use_gpu true</div>
</div><!-- fragment --> <h5><a class="anchor" id="autotoc_md65"></a>
TensorBoard Tracking</h5>
<p>Once training begins, you can monitor the progress using TensorBoard by running the following command: </p><div class="fragment"><div class="line">tensorboard --logdir=~/ray_results</div>
Expand Down

0 comments on commit 281f724

Please sign in to comment.