LukeDarlow commited on
Commit
b5d1dd8
·
1 Parent(s): ed12079

Update README.md

Browse files
Files changed (1) hide show
  1. tasks/qamnist/README.md +1 -1
tasks/qamnist/README.md CHANGED
@@ -8,7 +8,7 @@ bash tasks/qamnist/scripts/train_ctm_10.sh
8
  ```
9
 
10
  ## Analysis
11
- To run the analysis, first make sure the checkpoints are saved in the log directory (specified by the `log_dir` argument). The checkpoints can be obtained by either running the training code, or downloading them from [this link](https://drive.google.com/drive/folders/1vSg8T7FqP-guMDk1LU7_jZaQtXFP9sZg).
12
 
13
  ```
14
  python -m tasks.qamnist.analysis.run --log_dir <PATH_TO_LOG_DIR>
 
8
  ```
9
 
10
  ## Analysis
11
+ To run the analysis, first make sure the checkpoints are saved in the log directory (specified by the `log_dir` argument). The checkpoints can be obtained by either running the training code, or downloading them from [this link](https://drive.google.com/file/d/1-ycgRYxOlZ9-TJ_n3xvUonRvvf5Lh0r3/view?usp=drive_link).
12
 
13
  ```
14
  python -m tasks.qamnist.analysis.run --log_dir <PATH_TO_LOG_DIR>