Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunjp authored Apr 1, 2021
1 parent 3b9aa67 commit fa23047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ python Evaluate.py --dataset_type ped2 --model_dir your_model.pth --m_items_dir
```
* For the reconstruction task, you need to set the parameters as
```bash
python Evaluate.py --method recon --alpha 0.7 --th 0.015 --dataset_type ped2 --model_dir your_model.pth --m_items_dir your_m_items.pt
python Evaluate.py --method recon --t_length 1 --alpha 0.7 --th 0.015 --dataset_type ped2 --model_dir your_model.pth --m_items_dir your_m_items.pt
```
* Test the model with our pre-trained model and memory items
```bash
Expand Down

0 comments on commit fa23047

Please sign in to comment.