Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/hku-systems/naspipe into main
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonZsx committed Dec 20, 2021
2 parents 317139b + 751e080 commit 1312311
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -15,8 +15,17 @@ The final data direction should looks like: naspipe/[experiment name]/translatio

If reviewers need a bare metal host to evaluate our artifact, please leave a message in the hotcrp.

## Quick Hints

If you want to exit an experiment quickly, please start another shell and use:

```
sudo pkill -9 python
```

## Installation


Pull and run PyTorch official image:
```bash
docker pull pytorch/pytorch:1.9.0-cuda10.2-cudnn7-devel
Expand Down Expand Up @@ -50,6 +59,8 @@ export CUBLAS_WORKSPACE_CONFIG=:4096:8

## Kick-off Functional

Please make sure the data is copied to naspipe/[experiment name]/translation/data/wmt14_en_de_joined_dict/...

```bash
cd /workspace/reproducible/translation
```
Expand All @@ -71,6 +82,8 @@ Stage: [3] Epoch: [0][5/49372] Time: 2.070 (1.613) Id: 4 Tokens: 3520 Outp

## Functional Experiment

Please make sure the data is copied to naspipe/[experiment name]/translation/data/wmt14_en_de_joined_dict/...

### Experiment 1:

#### Run sequential execution (no parallel, equivalant to single GPU training):
Expand Down

0 comments on commit 1312311

Please sign in to comment.