From 53321f5852c3e4c4448ceaf201e539eeda2da416 Mon Sep 17 00:00:00 2001 From: LynnHo Date: Sun, 3 Mar 2019 12:07:38 +0800 Subject: [PATCH] update pytorch/README.md --- pytorch/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pytorch/README.md b/pytorch/README.md index feb9b608..4cc76996 100644 --- a/pytorch/README.md +++ b/pytorch/README.md @@ -4,12 +4,12 @@ # Usage ``` -cd CycleGAN-Tensorflow-PyTorch-Simple-master/pytroch +cd CycleGAN-Tensorflow-PyTorch-master/pytroch python train.py ``` -***You can modify some arguments such as gpu_id at the beginning of the code.*** +*You can modify some arguments such as gpu_id at the beginning of the code.* ## Download Datasets -See "CycleGAN-Tensorflow-PyTorch-Simple-master/README.md" \ No newline at end of file +See [CycleGAN-Tensorflow-PyTorch/README.md](../README.md) \ No newline at end of file