Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlin311tw committed May 23, 2021
1 parent 4349be1 commit 4f63cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/EXP.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ python -m torch.distributed.launch --nproc_per_node=8 \
--hidden_feat_dim 1024,256,64
```

Example training log can be found here [freihand_reproduce_log.txt]('https://datarelease.blob.core.windows.net/metro/models/freihand_reproduce_log.txt')
Example training log can be found here [freihand_reproduce_log.txt](https://datarelease.blob.core.windows.net/metro/models/freihand_reproduce_log.txt)

### Testing

Expand Down Expand Up @@ -112,7 +112,7 @@ python -m torch.distributed.launch --nproc_per_node=8 \
--hidden_feat_dim 1024,256,128
```

Example training log can be found here [h36m_reproduce_log.txt]('https://datarelease.blob.core.windows.net/metro/models/h36m_reproduce_log.txt')
Example training log can be found here [h36m_reproduce_log.txt](https://datarelease.blob.core.windows.net/metro/models/h36m_reproduce_log.txt)

### Evaluation on Human3.6M

Expand Down

0 comments on commit 4f63cc2

Please sign in to comment.