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

fix broken links #440

Merged
merged 1 commit into from
Mar 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion advanced_source/cpp_autograd.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
C++ 프론트엔드의 자동 미분 (autograd)
==================================

**번역**: `유용환 <https://github.com/eric-yoo>`_
**번역**: `유용환 <https://github.com/yoosful>`_

``autograd`` 는 PyTorch로 유연하고 역동적인 신경망을 구축하기 위해
필수적인 패키지입니다. PyTorch 파이썬 프론트엔드의 자동 미분 API 대부분은 C++ 프론트엔드에서도
Expand Down
2 changes: 1 addition & 1 deletion advanced_source/cpp_frontend.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PyTorch C++ 프론트엔드 사용하기
=============================

**번역**: `유용환 <https://github.com/eric-yoo>`_
**번역**: `유용환 <https://github.com/yoosful>`_

PyTorch C++ 프론트엔드는 PyTorch 머신러닝 프레임워크의 순수 C++
인터페이스입니다. PyTorch의 주된 인터페이스는 물론 파이썬이지만
Expand Down