Skip to content

Commit

Permalink
Updated README.md with citation and typos in run script.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketvmehta committed May 17, 2022
1 parent e949f0c commit 51e7d2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ To run the sharpness analysis, we run following command:
Run a similar command for the pre-trained models.
## Citation
When using this code, please cite our paper:
If you use our code in your research, please cite: [An empirical investigation of the role of pre-training in lifelong learning](https://arxiv.org/abs/2112.09153)
```
@article{mehta2021empirical,
title={An empirical investigation of the role of pre-training in lifelong learning},
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_vision_analysis.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
. activate lll-nlp
. activate lll

if [[ ${1} = '5data' ]]
then
Expand Down

0 comments on commit 51e7d2e

Please sign in to comment.