Skip to content

Commit be3c6c8

Browse files
committed
small fix
1 parent 0324bbf commit be3c6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ python ./main.py --folder ./data/ --train_path YOUR_PATH/mp_20/train.csv --valid
129129
### sample
130130

131131
```bash
132-
python ./main.py --optimizer none --test_path YOUR_PATH/mp_20/test.csv --restore_path YOUR_MODEL_PATH --spacegroup 160 --num_samples 1000 --batchsize 1000 --temperature 1.0
132+
python ./main.py --optimizer none --restore_path YOUR_MODEL_PATH --spacegroup 160 --num_samples 1000 --batchsize 1000 --temperature 1.0
133133
```
134134

135135
- `optimizer`: the optimizer to use, `none` means no training, only sampling

0 commit comments

Comments
 (0)