Update README.md

This commit is contained in:
steinkirch 2020-05-16 13:15:58 -07:00 committed by GitHub
parent b89bc86154
commit 94d09f6fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,3 @@ Once models are trained, they can be sampled from jointly by running:
```
python ebm_combine.py --task=conceptcombine --exp_size=<exp_size> --exp_shape=<exp_shape> --exp_pos=<exp_pos> --exp_rot=<exp_rot> --resume_size=<resume_size> --resume_shape=<resume_shape> --resume_rot=<resume_rot> --resume_pos=<resume_pos>
```
## References
* [Our internal docs in EBMs](https://docs.zapos.io/algos/classical_machine_learning/energy_based_models/).