Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csxmli2016 committed Aug 1, 2023
1 parent c6035e2 commit b6e585a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Train/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ or
CUDA_VISIBLE_DEVICES=0,1,2,3 python -m torch.distributed.launch —nproc_per_node=4 —master_port=43210 tspgan/train.py -opt options/train.yml —launcher pytorch
```

You can see the training details on ```http://127.0.0.1:19001/``` by running
```
tensorboard --logdir tb_logger --port 19001
```

## A simple demo for synthesizing the training Data
```
python syndata_demo.py
Expand Down

0 comments on commit b6e585a

Please sign in to comment.