Skip to content

Commit

Permalink
Deployed 53e74cd with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyuqian committed Sep 27, 2024
1 parent a80297f commit 50413a3
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@


<span class="md-ellipsis">
MNIST - Data Parallel Only
Data Parallel Only
</span>


Expand All @@ -389,7 +389,7 @@


<span class="md-ellipsis">
MNIST - Model Parallel
Model Parallel
</span>


Expand All @@ -410,7 +410,7 @@


<span class="md-ellipsis">
MNIST - Differential-Private
Differential-Private
</span>


Expand Down
6 changes: 3 additions & 3 deletions docs/deployer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@


<span class="md-ellipsis">
MNIST - Data Parallel Only
Data Parallel Only
</span>


Expand All @@ -400,7 +400,7 @@


<span class="md-ellipsis">
MNIST - Model Parallel
Model Parallel
</span>


Expand All @@ -421,7 +421,7 @@


<span class="md-ellipsis">
MNIST - Differential-Private
Differential-Private
</span>


Expand Down
6 changes: 3 additions & 3 deletions docs/predictor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@


<span class="md-ellipsis">
MNIST - Data Parallel Only
Data Parallel Only
</span>


Expand All @@ -402,7 +402,7 @@


<span class="md-ellipsis">
MNIST - Model Parallel
Model Parallel
</span>


Expand All @@ -423,7 +423,7 @@


<span class="md-ellipsis">
MNIST - Differential-Private
Differential-Private
</span>


Expand Down
6 changes: 3 additions & 3 deletions docs/trainer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@


<span class="md-ellipsis">
MNIST - Data Parallel Only
Data Parallel Only
</span>


Expand All @@ -402,7 +402,7 @@


<span class="md-ellipsis">
MNIST - Model Parallel
Model Parallel
</span>


Expand All @@ -423,7 +423,7 @@


<span class="md-ellipsis">
MNIST - Differential-Private
Differential-Private
</span>


Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@


<span class="md-ellipsis">
MNIST - Data Parallel Only
Data Parallel Only
</span>


Expand All @@ -403,7 +403,7 @@


<span class="md-ellipsis">
MNIST - Model Parallel
Model Parallel
</span>


Expand All @@ -424,7 +424,7 @@


<span class="md-ellipsis">
MNIST - Differential-Private
Differential-Private
</span>


Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions tutorial/mnist_dp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@



<title>MNIST - Data Parallel Only - RedCoast</title>
<title>Data Parallel Only - RedCoast</title>



Expand Down Expand Up @@ -109,7 +109,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">

MNIST - Data Parallel Only
Data Parallel Only

</span>
</div>
Expand Down Expand Up @@ -393,7 +393,7 @@


<span class="md-ellipsis">
MNIST - Data Parallel Only
Data Parallel Only
</span>


Expand All @@ -404,7 +404,7 @@


<span class="md-ellipsis">
MNIST - Data Parallel Only
Data Parallel Only
</span>


Expand Down Expand Up @@ -452,7 +452,7 @@


<span class="md-ellipsis">
MNIST - Model Parallel
Model Parallel
</span>


Expand All @@ -473,7 +473,7 @@


<span class="md-ellipsis">
MNIST - Differential-Private
Differential-Private
</span>


Expand Down Expand Up @@ -651,7 +651,7 @@



<h1>MNIST - Data Parallel Only</h1>
<h1>Data Parallel Only</h1>

<p>This is a trivial MNIST example with RedCoast (<code>pip install redco==0.4.22</code>). Runnable by
<div class="highlight"><pre><span></span><code>python main.py
Expand Down
14 changes: 7 additions & 7 deletions tutorial/mnist_mp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@



<title>MNIST - Model Parallel - RedCoast</title>
<title>Model Parallel - RedCoast</title>



Expand Down Expand Up @@ -109,7 +109,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">

MNIST - Model Parallel
Model Parallel

</span>
</div>
Expand Down Expand Up @@ -386,7 +386,7 @@


<span class="md-ellipsis">
MNIST - Data Parallel Only
Data Parallel Only
</span>


Expand Down Expand Up @@ -414,7 +414,7 @@


<span class="md-ellipsis">
MNIST - Model Parallel
Model Parallel
</span>


Expand All @@ -425,7 +425,7 @@


<span class="md-ellipsis">
MNIST - Model Parallel
Model Parallel
</span>


Expand Down Expand Up @@ -473,7 +473,7 @@


<span class="md-ellipsis">
MNIST - Differential-Private
Differential-Private
</span>


Expand Down Expand Up @@ -651,7 +651,7 @@



<h1>MNIST - Model Parallel</h1>
<h1>Model Parallel</h1>

<p>This is a MNIST example with RedCoast (<code>pip install redco==0.4.22</code>), supporting model parallelism by passing in <code>n_model_shards</code> to <code>redco.Deployer</code>.</p>
<p>To simulate multiple devices in cpu-only envs,
Expand Down
14 changes: 7 additions & 7 deletions tutorial/mnist_private/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@



<title>MNIST - Differential-Private - RedCoast</title>
<title>Differential-Private - RedCoast</title>



Expand Down Expand Up @@ -109,7 +109,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">

MNIST - Differential-Private
Differential-Private

</span>
</div>
Expand Down Expand Up @@ -386,7 +386,7 @@


<span class="md-ellipsis">
MNIST - Data Parallel Only
Data Parallel Only
</span>


Expand All @@ -407,7 +407,7 @@


<span class="md-ellipsis">
MNIST - Model Parallel
Model Parallel
</span>


Expand Down Expand Up @@ -435,7 +435,7 @@


<span class="md-ellipsis">
MNIST - Differential-Private
Differential-Private
</span>


Expand All @@ -446,7 +446,7 @@


<span class="md-ellipsis">
MNIST - Differential-Private
Differential-Private
</span>


Expand Down Expand Up @@ -651,7 +651,7 @@



<h1>MNIST - Differential-Private</h1>
<h1>Differential-Private</h1>

<p>This is a MNIST example with RedCoast (<code>pip install redco==0.4.22</code>), supporting differentially-private (DP) training.
We provide utils for DP training, <code>dp_utils.py</code>, in the <a href="https://github.com/tanyuqian/redco/tree/master/examples/differential_private_training">DP training example</a>, which can be downloaded by
Expand Down

0 comments on commit 50413a3

Please sign in to comment.