MikeRoz commited on
Commit
88f30fd
·
verified ·
1 Parent(s): 5dae421

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -127,5 +127,5 @@ Where:
127
  * `-kld` the script creates a perplexity chart by default, add this if you want K/L-d instead
128
  * `chart_title` the chart title in the resulting plot
129
 
130
- Results are cached, so if the process crashes after processing one or more models, you just need to restart the script until every model has been tested (don't use the argument that clears the cache). Also note that if you're running this via SSH like me, you may not see anything - the script uses `plt.show()`. I hacked in an extra arg and a `plt.savefig()` install instead.
131
  </details>
 
127
  * `-kld` the script creates a perplexity chart by default, add this if you want K/L-d instead
128
  * `chart_title` the chart title in the resulting plot
129
 
130
+ Results are cached, so if the process crashes after processing one or more models, you just need to restart the script until every model has been tested (don't use the argument that clears the cache). Also note that if you're running this via SSH like me, you may not see anything - the script uses `plt.show()`. I hacked in an extra arg and a `plt.savefig()` call instead.
131
  </details>