Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lishenghui committed May 14, 2024
1 parent 2cead94 commit d3d8c7f
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 10 deletions.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,10 @@ Dirichlet Partitioner
Sharding Partitioner
----------------------

.. image:: https://github.com/lishenghui/blades/blob/master/docs/source/images/shard_partition.png
.. raw:: html

<img src="https://github.com/lishenghui/blades/blob/master/docs/source/images/shard_partition.png" alt="Shard Partition" />



Citation
Expand Down
Binary file modified docs/source/_examples/_examples_jupyter.zip
Binary file not shown.
Binary file modified docs/source/_examples/_examples_python.zip
Binary file not shown.
Binary file modified docs/source/_examples/customize_attack_codeobj.pickle
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/source/_examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Below is a gallery of examples
.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="A Toy Example">
<div class="sphx-glr-thumbcontainer" tooltip="A FashionMNIST Example">

.. only:: html

Expand All @@ -26,7 +26,7 @@ Below is a gallery of examples

.. raw:: html

<div class="sphx-glr-thumbnail-title">A Toy Example</div>
<div class="sphx-glr-thumbnail-title">A FashionMNIST Example</div>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/source/_examples/toy_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"\n# A Toy Example\n"
"\n# A FashionMNIST Example\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/source/_examples/toy_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
A Toy Example
A FashionMNIST Example
==================
"""
Expand Down
2 changes: 1 addition & 1 deletion docs/source/_examples/toy_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.. _sphx_glr__examples_toy_example.py:


A Toy Example
A FashionMNIST Example
==================

.. GENERATED FROM PYTHON SOURCE LINES 6-57
Expand Down
Binary file modified docs/source/_examples/toy_example_codeobj.pickle
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/source/get_started/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ Dirichlet Partitioner
Sharding Partitioner
----------------------

.. image:: https://github.com/lishenghui/blades/blob/master/docs/source/images/shard_partition.png
.. raw:: html

<img src="https://github.com/lishenghui/blades/blob/master/docs/source/images/shard_partition.png" alt="Shard Partition" />


Citation
=========

Please cite our `paper <https://arxiv.org/abs/2206.05359>`_ (and the respective papers of the methods used) if you use this code in your own work:

Expand Down
2 changes: 1 addition & 1 deletion examples/toy_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
A Toy Example
A FashionMNIST Example
==================
"""
Expand Down

0 comments on commit d3d8c7f

Please sign in to comment.