We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0324bbf commit be3c6c8Copy full SHA for be3c6c8
README.md
@@ -129,7 +129,7 @@ python ./main.py --folder ./data/ --train_path YOUR_PATH/mp_20/train.csv --valid
129
### sample
130
131
```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
+python ./main.py --optimizer none --restore_path YOUR_MODEL_PATH --spacegroup 160 --num_samples 1000 --batchsize 1000 --temperature 1.0
133
```
134
135
- `optimizer`: the optimizer to use, `none` means no training, only sampling
0 commit comments