From b89bc86154800eb730d2ff423f3f47b8eb25bad0 Mon Sep 17 00:00:00 2001 From: steinkirch <1130416+bt3gl@users.noreply.github.com> Date: Sat, 16 May 2020 13:15:47 -0700 Subject: [PATCH] Update README.md --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 9f02100..1cd0fee 100644 --- a/README.md +++ b/README.md @@ -184,20 +184,6 @@ Once models are trained, they can be sampled from jointly by running: python ebm_combine.py --task=conceptcombine --exp_size= --exp_shape= --exp_pos= --exp_rot= --resume_size= --resume_shape= --resume_rot= --resume_pos= ``` ---- - -## TODO - -* [ ] Run in docker/kubernetes/Orquestra. -* [ ] Run and extract resuts from all examples. -* [ ] Understand `horovod`. -* [ ] Make tests/benchamer with `mpiexec`. -* [ ] Create an `env` file for constants and parameters. -* [ ] Upgrade all the libraries, upgrade to TF2. - - ---- - ## References * [Our internal docs in EBMs](https://docs.zapos.io/algos/classical_machine_learning/energy_based_models/).