Fix documentation filenames so they can be properly displayed.
PiperOrigin-RevId: 299422855
This commit is contained in:
parent
f3672adf80
commit
79bca5f1fc
2 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ GitHub pull requests. To speed the code review process, we ask that:
|
||||||
## Tutorials directory
|
## Tutorials directory
|
||||||
|
|
||||||
To help you get started with the functionalities provided by this library, we
|
To help you get started with the functionalities provided by this library, we
|
||||||
provide a detailed walkthrough [here](tutorials/walkthrough/walkthrough.md) that
|
provide a detailed walkthrough [here](tutorials/walkthrough/README.md) that
|
||||||
will teach you how to wrap existing optimizers
|
will teach you how to wrap existing optimizers
|
||||||
(e.g., SGD, Adam, ...) into their differentially private counterparts using
|
(e.g., SGD, Adam, ...) into their differentially private counterparts using
|
||||||
TensorFlow (TF) Privacy. You will also learn how to tune the parameters
|
TensorFlow (TF) Privacy. You will also learn how to tune the parameters
|
||||||
|
|
Loading…
Reference in a new issue