Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenyueh authored Sep 24, 2023
1 parent 5f25735 commit 7c74371
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ conda create -n itemrep -y python=3.9.7 && conda activate itemrep
pip install -r requirements.txt
```

# Log files
All experiment log files are under the log directory. The log files can be used as reference for replicating experiments.

# Random Indexing (RID)
```
CUDA_VISIBLE_DEVICES=0,1 python -m torch.distributed.launch \
Expand Down

0 comments on commit 7c74371

Please sign in to comment.