Skip to content

Commit

Permalink
remove .DS_Store
Browse files Browse the repository at this point in the history
  • Loading branch information
jennhu committed Oct 3, 2019
1 parent 065b559 commit b575404
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -105,7 +105,7 @@ To generate the plots for a given experiment and model, run the following:
```bash
cd analysis
mkdir figures
python plot_for_paper.py -o figures -model <MODELS> -exp <EXPERIMENT> -vs
python generate_lot.py -o figures -model <MODELS> -exp <EXPERIMENT> -vs
```
This will save a plot to `analysis/figures/<EXPERIMENT>_<MODEL>.png`.
The `-vs` flag specifies to plot the negative log probability **differential**.
Expand Down
Binary file removed analysis/.DS_Store
Binary file not shown.

0 comments on commit b575404

Please sign in to comment.