Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gan tutorial #462

Merged
merged 5 commits into from
Oct 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adding pointer to repo; adding navigation link
niumanar committed Oct 7, 2020
commit 20c0a746cee69cff82aeeb921e473540cf31fe0e
2 changes: 2 additions & 0 deletions docs/_data/navigation.yml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -52,6 +52,8 @@ lnav:
url: /tutorials/azure/
- title: "CIFAR-10"
url: /tutorials/cifar-10/
- title: "GAN"
url: /tutorials/gan/
- title: "BERT Pre-training"
url: /tutorials/bert-pretraining/
- title: "BingBertSQuAD Fine-tuning"
1 change: 1 addition & 0 deletions docs/_tutorials/gan.md
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ Please go through the [original tutorial](https://pytorch.org/tutorials/beginner

## Enabling DeepSpeed

The codes may be obtained [here](https://github.com/microsoft/DeepSpeedExamples/tree/master/gan).

### Argument Parsing