Skip to content

Commit

Permalink
Update and rename Readme.md to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syb7573330 authored Feb 5, 2018
1 parent 9929957 commit d97bf03
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions part_seg/Readme.md → part_seg/README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,31 @@
## Run part segmentation experiments
## Part segmentation

### Requirements

2 GPUs (each with 12 GB memory) for distributed training.

### Data preparation
### Dataset

Load the data for part segmentation.

```
sh +x download_data.sh
```

### Training
### Train

Train the model using 2 GPUs.
Train the model on 2 GPUs, each with 12 GB memeory.

```
python train_multi_gpu.py
```

Model parameters are saved every 10 epochs in "train_results/trained_models/".

### Testing
### Evaluation

To test the model parameter set saved after epoch n,
To evaluate the model saved after epoch n,

```
python test.py --model_path train_results/trained_models/epoch_n.ckpt
```

n = 0, 10, 20, ..., 190, 200.

For example, if we want to test the model saved after 160 epochs,

```
Expand Down

0 comments on commit d97bf03

Please sign in to comment.