Skip to content

Commit 9f307bd

Browse files
committed
Rebuild
1 parent 77a6165 commit 9f307bd

File tree

405 files changed

+39407
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

405 files changed

+39407
-0
lines changed

docs/.nojekyll

Whitespace-only changes.

docs/404.html

Lines changed: 252 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,252 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?">
8+
<title>
9+
10+
저런! | 파이토치 한국 사용자 모임
11+
12+
</title>
13+
<meta property="og:title" content="PyTorch Korea User Group" />
14+
<meta
15+
name="description"
16+
property="og:description"
17+
content="(Unofficial) Korean user community for PyTorch which is an open source machine learning framework that accelerates the path from research prototyping to production deployment."
18+
/>
19+
<meta property="og:url" content="https://www.pytorch.kr" />
20+
<meta property="og:type" content="website" />
21+
<meta
22+
property="og:image"
23+
content="https://pytorch.kr/assets/images/pytorch-kr-logo.png"
24+
/>
25+
<meta name="robots" content="index, follow" />
26+
27+
<link rel="stylesheet" href="/assets/main.css">
28+
<script src="/assets/vendor/jquery.min.js"></script>
29+
<script src="/assets/vendor/popper.min.js"></script>
30+
<script src="/assets/vendor/bootstrap.min.js"></script>
31+
<script src="/assets/vendor/anchor.min.js"></script>
32+
</head>
33+
34+
35+
<body class="general">
36+
<div class="container-fluid header-holder blog-detail-header">
37+
<div class="container">
38+
39+
40+
<div class="header-container">
41+
<a class="header-logo" href="https://pytorch.kr" aria-label="PyTorchKR"></a>
42+
43+
<div class="main-menu">
44+
<ul>
45+
<li class="main-menu-item ">
46+
<a href="/get-started">시작하기</a>
47+
</li>
48+
49+
<li class="main-menu-item">
50+
<a href="https://tutorials.pytorch.kr/">튜토리얼</a>
51+
</li>
52+
53+
<li class="main-menu-item ">
54+
<a href="/hub">허브</a>
55+
</li>
56+
57+
<li class="main-menu-item">
58+
<a href="https://discuss.pytorch.kr">커뮤니티</a>
59+
</li>
60+
</ul>
61+
</div>
62+
63+
<script src="/assets/main-menu-dropdown.js"></script>
64+
65+
66+
<a class="main-menu-open-button" href="#" data-behavior="open-mobile-menu"></a>
67+
</div>
68+
69+
</div>
70+
</div>
71+
72+
<div class="main-content-wrapper">
73+
<div class="main-content">
74+
<div class="container">
75+
<article class="pytorch-article">
76+
<!DOCTYPE html>
77+
<html>
78+
<body>
79+
<div style="text-align: center;">
80+
<img src="/assets/images/404_sign.png" />
81+
82+
<h1>저런!</h1>
83+
84+
<h4>잘못된 링크로 접근하셨습니다.</h4>
85+
86+
<h4>
87+
정상적인 경로로 접근하셨는데 문제가 계속된다면 홈페이지 저장소에 <a href="https://github.com/9bow/PyTorchKR/issues" target="_blank">이슈를 남겨주세요</a>.
88+
</h4>
89+
90+
<h4>
91+
또는, <a href="/">여기</a>를 눌러 홈페이지로 가실 수 있습니다.
92+
</h4>
93+
</div>
94+
</body>
95+
</html>
96+
97+
</article>
98+
</div>
99+
</div>
100+
</div>
101+
102+
<div class="container-fluid docs-tutorials-resources">
103+
<div class="container">
104+
<div class="row">
105+
<div class="col-md-4 text-center">
106+
<h2>공식 문서 (영어)</h2>
107+
<p>PyTorch 공식 문서입니다.</p>
108+
<a class="with-right-arrow" href="https://pytorch.org/docs" target="_blank">공식 문서로 이동</a>
109+
</div>
110+
111+
<div class="col-md-4 text-center">
112+
<h2>한국어 튜토리얼</h2>
113+
<p>한국어로 번역 중인 PyTorch 튜토리얼입니다.</p>
114+
<a class="with-right-arrow" href="https://tutorials.pytorch.kr/">튜토리얼로 이동</a>
115+
</div>
116+
117+
<div class="col-md-4 text-center">
118+
<h2>커뮤니티</h2>
119+
<p>다른 사용자들과 의견을 나눠보세요!</p>
120+
<a class="with-right-arrow" href="https://discuss.pytorch.kr">커뮤니티로 이동</a>
121+
</div>
122+
</div>
123+
</div>
124+
</div>
125+
126+
<footer class="site-footer">
127+
<div class="container footer-container">
128+
<div class="footer-logo-wrapper">
129+
<a href="https://pytorch.kr" class="footer-logo"></a>
130+
</div>
131+
132+
<div class="footer-links-wrapper">
133+
<div class="footer-links-col">
134+
<ul>
135+
<li class="list-title"><a href="https://pytorch.org">PyTorch 홈페이지 (공식)</a></li>
136+
<li><a href="https://pytorch.org" target="_blank">공식 홈페이지</a></li>
137+
<li><a href="https://pytorch.org/tutorials" target="_blank">공식 튜토리얼</a></li>
138+
<li><a href="https://pytorch.org/docs" target="_blank">공식 문서</a></li>
139+
</ul>
140+
</div>
141+
142+
<div class="footer-links-col">
143+
<ul>
144+
<li class="list-title"><a href="">한국 사용자 모임</a></li>
145+
<li><a href="/about">사이트 소개</a></li>
146+
<li><a href="https://tutorials.pytorch.kr/">한국어 튜토리얼</a></li>
147+
<li><a href="https://github.com/9bow/PyTorch-tutorials-kr" target="_blank">한국어 튜토리얼 저장소</a></li>
148+
</ul>
149+
</div>
150+
</div>
151+
152+
<div class="trademark-disclaimer">
153+
<ul>
154+
<li>이 사이트는 PyTorch 한국어 사용자 커뮤니티로 Facebook, Inc와 관련이 없습니다. PyTorch, PyTorch 로고 및 모든 관련 표기는 Facebook, Inc의 상표입니다.</li>
155+
<li>This site is a user community and is not related with Facebook, Inc. PyTorch, the PyTorch logo and any related marks are trademarks of Facebook, Inc.</li>
156+
</ul>
157+
</div>
158+
</div>
159+
<!-- Global site tag (gtag.js) - Google Analytics -->
160+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156349638-1"></script>
161+
<script>
162+
window.dataLayer = window.dataLayer || [];
163+
function gtag(){dataLayer.push(arguments);}
164+
gtag('js', new Date());
165+
166+
gtag('config', 'UA-156349638-1');
167+
</script>
168+
169+
</footer>
170+
171+
<div class="mobile-main-menu">
172+
<div class="container-fluid">
173+
<div class="container">
174+
<div class="mobile-main-menu-header-container">
175+
<a class="header-logo" href="https://pytorch.kr" aria-label="PyTorch"></a>
176+
<a class="main-menu-close-button" href="#" data-behavior="close-mobile-menu"></a>
177+
</div>
178+
</div>
179+
</div>
180+
181+
<div class="mobile-main-menu-links-container">
182+
183+
<div class="main-menu">
184+
<ul>
185+
186+
<li class="main-menu-item ">
187+
<a href="/get-started">시작하기</a>
188+
</li>
189+
190+
<li class="main-menu-item">
191+
<a href="https://tutorials.pytorch.kr/">튜토리얼</a>
192+
</li>
193+
194+
<li class="main-menu-item">
195+
<a href="/hub">허브</a>
196+
</li>
197+
198+
<li class="main-menu-item">
199+
<a href="https://discuss.pytorch.kr">커뮤니티</a>
200+
</li>
201+
202+
</ul>
203+
</div>
204+
205+
</div>
206+
</div>
207+
208+
209+
<script src="/assets/mobile-menu.js"></script>
210+
<script src="/assets/scroll-to-anchor.js"></script>
211+
<script src="/assets/external-links-new-tab.js"></script>
212+
<!--
213+
<script src="/assets/search-bar.js"></script>
214+
215+
<script src="/assets/cookie-banner.js"></script> -->
216+
217+
<script type="text/javascript">
218+
mobileMenu.bind();
219+
anchors.add('.pytorch-article h2, .pytorch-article h3, .pytorch-article h4, .pytorch-article h5');
220+
221+
// Add class to links that have code blocks, since we cannot create links in code blocks
222+
$("a code.highlighter-rouge").each(function(e) {
223+
$(this).closest("a").addClass("has-code");
224+
});
225+
226+
scrollToAnchor.bind();
227+
228+
var hasStaticHeader = $(".blog-header, .blog-detail-header, .resources-header, .get-started-header, .features-header, .ecosystem-header, .hub-header, .mobile-header").length > 0;
229+
230+
if (!hasStaticHeader) {
231+
$(window).on("scroll", function() {
232+
var top = $(this).scrollTop();
233+
var fullPosition = $(".main-background").height() - $(".header-holder").height();
234+
235+
if (top <= 40) {
236+
$(".header-holder").css({"backgroundColor": "rgba(0, 0, 0, 0.165)"});
237+
} else if (top >= fullPosition) {
238+
$(".header-holder").css({"backgroundColor": "#000000"});
239+
} else {
240+
var bgColor = "rgba(0, 0, 0, " + top / fullPosition + ")";
241+
$(".header-holder").css({"backgroundColor": bgColor});
242+
}
243+
});
244+
}
245+
</script>
246+
247+
<script src="/assets/track-events.js"></script>
248+
<script>trackEvents.bind();</script>
249+
250+
251+
</body>
252+
</html>

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
new.pytorch.kr

docs/CODE_OF_CONDUCT.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers pledge to make participation in our project and
7+
our community a harassment-free experience for everyone, regardless of age, body
8+
size, disability, ethnicity, sex characteristics, gender identity and expression,
9+
level of experience, education, socio-economic status, nationality, personal
10+
appearance, race, religion, or sexual identity and orientation.
11+
12+
## Our Standards
13+
14+
Examples of behavior that contributes to creating a positive environment
15+
include:
16+
17+
* Using welcoming and inclusive language
18+
* Being respectful of differing viewpoints and experiences
19+
* Gracefully accepting constructive criticism
20+
* Focusing on what is best for the community
21+
* Showing empathy towards other community members
22+
23+
Examples of unacceptable behavior by participants include:
24+
25+
* The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
* Trolling, insulting/derogatory comments, and personal or political attacks
28+
* Public or private harassment
29+
* Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
* Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
33+
34+
## Our Responsibilities
35+
36+
Project maintainers are responsible for clarifying the standards of acceptable
37+
behavior and are expected to take appropriate and fair corrective action in
38+
response to any instances of unacceptable behavior.
39+
40+
Project maintainers have the right and responsibility to remove, edit, or
41+
reject comments, commits, code, wiki edits, issues, and other contributions
42+
that are not aligned to this Code of Conduct, or to ban temporarily or
43+
permanently any contributor for other behaviors that they deem inappropriate,
44+
threatening, offensive, or harmful.
45+
46+
## Scope
47+
48+
This Code of Conduct applies within all project spaces, and it also applies when
49+
an individual is representing the project or its community in public spaces.
50+
Examples of representing a project or community include using an official
51+
project e-mail address, posting via an official social media account, or acting
52+
as an appointed representative at an online or offline event. Representation of
53+
a project may be further defined and clarified by project maintainers.
54+
55+
## Enforcement
56+
57+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58+
reported by contacting the project team at <[email protected]>. All
59+
complaints will be reviewed and investigated and will result in a response that
60+
is deemed necessary and appropriate to the circumstances. The project team is
61+
obligated to maintain confidentiality with regard to the reporter of an incident.
62+
Further details of specific enforcement policies may be posted separately.
63+
64+
Project maintainers who do not follow or enforce the Code of Conduct in good
65+
faith may face temporary or permanent repercussions as determined by other
66+
members of the project's leadership.
67+
68+
## Attribution
69+
70+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71+
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
72+
73+
[homepage]: https://www.contributor-covenant.org
74+
75+
For answers to common questions about this code of conduct, see
76+
https://www.contributor-covenant.org/faq

docs/CONTRIBUTING.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Contributing to hub
2+
We want to make contributing to this project as easy and transparent as
3+
possible.
4+
5+
## Pull Requests
6+
We actively welcome your pull requests.
7+
8+
1. Fork the repo and create your branch from `master`.
9+
2. If you've added code that should be tested, add tests.
10+
3. If you've changed APIs, update the documentation.
11+
4. Ensure the test suite passes.
12+
5. Make sure your code lints.
13+
6. If you haven't already, complete the Contributor License Agreement ("CLA").
14+
15+
## Contributor License Agreement ("CLA")
16+
In order to accept your pull request, we need you to submit a CLA. You only need
17+
to do this once to work on any of Facebook's open source projects.
18+
19+
Complete your CLA here: <https://code.facebook.com/cla>
20+
21+
## Issues
22+
We use GitHub issues to track public bugs. Please ensure your description is
23+
clear and has sufficient instructions to be able to reproduce the issue.
24+
25+
Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
26+
disclosure of security bugs. In those cases, please go through the process
27+
outlined on that page and do not file a public issue.
28+
29+
## License
30+
By contributing to hub, you agree that your contributions will be licensed
31+
under the LICENSE file in the root directory of this source tree.

0 commit comments

Comments
 (0)