From 7c74371733e0a1eebf0b31566510071fc9603c1d Mon Sep 17 00:00:00 2001 From: Wenyue Hua <28013619+Wenyueh@users.noreply.github.com> Date: Sat, 23 Sep 2023 22:47:00 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f43c2b3..676cfae 100644 --- a/README.md +++ b/README.md @@ -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 \