Skip to content

Commit

Permalink
starter/introduction ๋ฒˆ์—ญ(#4) (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
9bow authored May 15, 2022
1 parent 2cfa446 commit 06df705
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 100 deletions.
34 changes: 17 additions & 17 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to โšก PyTorch Lightning
===============================
โšก PyTorch Lightning์— ์˜ค์‹  ๊ฒƒ์„ ํ™˜์˜ํ•ฉ๋‹ˆ๋‹ค!
==============================================

.. twocolumns::
:left:
.. image:: https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/mov.gif
:alt: Animation showing how to convert a standard training loop to a Lightning loop
:right:
PyTorch Lightning is the deep learning framework for professional AI researchers and machine learning engineers who need maximal flexibility without sacrificing performance at scale.
Lightning evolves with you as your projects go from idea to paper/production.
PyTorch Lightning(ํŒŒ์ดํ† ์น˜ ๋ผ์ดํŠธ๋‹))์€ ๋Œ€๊ทœ๋ชจ์—์„œ ์„ฑ๋Šฅ์„ ํฌ๊ธฐํ•˜์ง€ ์•Š์œผ๋ฉด์„œ ์ตœ๋Œ€ํ•œ์˜ ์œ ์—ฐ์„ฑ์„ ํ•„์š”๋กœ ํ•˜๋Š” ์ „๋ฌธ์ ์ธ AI ์—ฐ๊ตฌ์ž๋“ค๊ณผ ๋จธ์‹ ๋Ÿฌ๋‹ ์—”์ง€๋‹ˆ์–ด๋“ค์„ ์œ„ํ•œ ๋”ฅ๋Ÿฌ๋‹ ํ”„๋ ˆ์ž„์›Œํฌ์ž…๋‹ˆ๋‹ค.
Lightning(๋ผ์ดํŠธ๋‹)์€ ํ”„๋กœ์ ํŠธ๊ฐ€ ์ƒ๊ฐ์œผ๋กœ๋ถ€ํ„ฐ ๋ฌธ์„œ / ์ œํ’ˆํ™”์— ์ด๋ฅด๋Š” ๋™์•ˆ ํ•จ๊ป˜ ๋ฐœ์ „ํ•ฉ๋‹ˆ๋‹ค.

.. raw:: html

Expand All @@ -36,16 +36,16 @@ Welcome to โšก PyTorch Lightning
<hr class="docutils" style="margin: 50px 0 50px 0">


Install Lightning
-----------------
Lightning ์„ค์น˜ํ•˜๊ธฐ
----------------------


.. raw:: html

<div class="row" style='font-size: 16px'>
<div class='col-md-6'>

Pip users
Pip ์‚ฌ์šฉ์ž๋ผ๋ฉด,

.. code-block:: bash
Expand All @@ -56,7 +56,7 @@ Pip users
</div>
<div class='col-md-6'>

Conda users
Conda ์‚ฌ์šฉ์ž๋ผ๋ฉด,

.. code-block:: bash
Expand All @@ -67,14 +67,14 @@ Conda users
</div>
</div>

Or read the `advanced install guide <starter/installation.html>`_
๋˜๋Š” `advanced install guide <starter/installation.html>`_ ์ฐธ์กฐํ•˜์„ธ์š”.

.. raw:: html

<hr class="docutils" style="margin: 50px 0 50px 0">

Get Started
-----------
์ฒ˜์Œ์ด์‹ ๊ฐ€์š”?
-----------------

.. raw:: html

Expand All @@ -84,13 +84,13 @@ Get Started
.. Add callout items below this line
.. customcalloutitem::
:description: Learn the 7 key steps of a typical Lightning workflow.
:header: Lightning in 15 minutes
:header: LIGHTNING 15๋ถ„ ๋งŒ์— ๋ฐฐ์›Œ๋ณด๊ธฐ
:description: ์ผ๋ฐ˜์ ์ธ Lightning ์›Œํฌํ”Œ๋กœ์šฐ์˜ ์ฃผ์š”ํ•œ 7๋‹จ๊ณ„๋ฅผ ๋ฐฐ์›๋‹ˆ๋‹ค.
:button_link: starter/introduction.html

.. customcalloutitem::
:description: Learn how to benchmark PyTorch Lightning.
:header: Benchmarking
:description: Learn how to benchmark PyTorch Lightning.
:button_link: benchmarking/benchmarks.html

.. raw:: html
Expand All @@ -104,8 +104,8 @@ Get Started

<hr class="docutils" style="margin: 50px 0 50px 0">

Current Lightning Users
-----------------------
์ด๋ฏธ Lightning ์‚ฌ์šฉ์ž๋ผ๋ฉด?
---------------------------

.. raw:: html

Expand Down Expand Up @@ -268,7 +268,7 @@ Current Lightning Users

</div>

Indices and tables
์ƒ‰์ธ ๋ฐ ๊ฒ€์ƒ‰
------------------

* :ref:`genindex`
Expand Down
Loading

0 comments on commit 06df705

Please sign in to comment.