Skip to content

Commit 23357b7

Browse files
authored
Update README.md
1 parent ace08a9 commit 23357b7

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We welcome feedback via GitHub issues.
1919

2020
## Usage/Installation
2121

22-
**For really making use of SIPEC, your machine should have a powerful GPU.
22+
**For using SIPEC, your machine should have a powerful GPU.
2323
We have tested the scripts with NVIDIA GTX 1080, NVIDIA GTX 2080 Ti and V100 GPUs.**
2424

2525
### Docker
@@ -38,7 +38,7 @@ docker pull chadhat/sipec:tf2
3838

3939
**Note:** In order to run docker without `sudo` you would need to create a docker group and add your user to it. Please follow the instructions on: [https://docs.docker.com/engine/install/linux-postinstall/](https://docs.docker.com/engine/install/linux-postinstall/)
4040

41-
The docker image contains the environment and SIPEC scripts.
41+
The docker image contains the environment, sample data and SIPEC scripts.
4242

4343
### Environment installation
4444

@@ -47,7 +47,7 @@ These instructions have been tested on Ubuntu 20.04 but would most likely also w
4747

4848
#### Step 1: Install Cuda 11.0.3
4949

50-
Download and install Cuda 11. We have tested the setup with cuda 11.0.3.
50+
Download and install Cuda 11.0.3 (We have tested the setup with this cuda version).
5151

5252
After the installation is finised run `nvcc --version` to check the installed cuda version.
5353

@@ -69,7 +69,6 @@ chmod +x setup.sh
6969
```
7070
The script will ask you for the root password.
7171

72-
7372
#### Step 4:
7473
The script `setup.sh` has created a virtual environment named `env` in the repository folder.
7574
Activate the environment by executing:
@@ -89,7 +88,7 @@ python segmentation.py --help
8988

9089
You can run these template pipelines for training or evaluation of SIPEC networks.
9190

92-
If your system has multiple GPUs, the ```--gpu``` flag allows you to run a script on a specific GPU while keeping other GPUs free to run other scripts.
91+
If your system has multiple GPUs, the `--gpu` flag allows you to run a script on a specific GPU while keeping other GPUs free to run other scripts.
9392

9493
Here are some example command line usages of the pipeline
9594
<pre><code>

0 commit comments

Comments
 (0)