From fe704d7c7b669dada2e716cefe97c05bf24e0c29 Mon Sep 17 00:00:00 2001 From: gpuy <57895119+gpuy@users.noreply.github.com> Date: Sat, 2 Oct 2021 01:06:46 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index db9dfad..70e8992 100644 --- a/README.md +++ b/README.md @@ -21,19 +21,9 @@ If you find this code or work useful, please cite our [paper](to be updated): ## Preparation -### Environment -* python = 3.7 -* pytorch = 1.6.0 -* cuda = 10.2 -* open3d = 0.10.0.0 -* MinkowskiEngine = 0.4.3 -* sacred -* tqdm -* tensorboard - ### Installation -1. This code was implemented with pytorch 1.6.0 and CUDA 10.2. Please install [PyTorch](https://pytorch.org/). +1. This code was implemented with python 3.7, pytorch 1.6.0 and CUDA 10.2. Please install [PyTorch](https://pytorch.org/). ``` pip install torch==1.6.0 torchvision==0.7.0 ```