diff --git a/README.md b/README.md index 40be4d7..b8f0e51 100644 --- a/README.md +++ b/README.md @@ -77,13 +77,3 @@ gpim.utils.plot_kernel_hyperparams(hyperparams) ## Requirements It is strongly recommended to run the codes with a GPU hardware accelerator (such as NVIDIA's P100 or V100 GPU). If you don't have a GPU on your local machine, you may rent a cloud GPU from [Google Cloud AI Platform](https://cloud.google.com/deep-learning-vm/). Running the [example notebooks](https://colab.research.google.com/github/ziatdinovmax/GPim/blob/master/examples/notebooks/Quickstart_GPim.ipynb) one time from top to bottom will cost about 1 USD with a standard deep learning VM instance (one P100 GPU and 15 GB of RAM). - -## TODO - -1) Add more test modules - -2) Add more utility functions for 4D datasets - -3) Add option to run GP on multiple GPUs - -4) Add GP for image registration