From 027bae981b75fe40dfc1d23508d02be88e522ef7 Mon Sep 17 00:00:00 2001 From: Maxim Ziatdinov <34245227+ziatdinovmax@users.noreply.github.com> Date: Sun, 19 Apr 2020 20:14:16 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) 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