forked from pytorch/pytorch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeep_learning.html
54 lines (47 loc) · 2.4 KB
/
deep_learning.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<div class="container-fluid header-holder">
<div class="container">
<div class="header-container">
<a class="header-logo" href="{{ site.url }}{{ site.baseurl }}" aria-label="PyTorch"></a>
</div>
</div>
</div>
<body class="{{ page.body-class }}">
<div class="main-background {{ page.background-class }} {% if page.deep-learning-landing == false %}thank-you-background{% endif %}"></div>
<div class="jumbotron jumbotron-fluid on-dark-background">
<div class="container deep-learning-container {% if page.deep-learning-landing == false %}thank-you-page-container{% endif %}">
<div class="row">
<div class="col-md-7 deep-learning-jumbotron-text">
<h1>Deep Learning <br> with PyTorch</h1>
{% if page.deep-learning-landing == true %}
<p class="lead deep-learning-landing-text">Download a free copy of the Essential Excerpts from the book and learn how to get started with AI / ML development using PyTorch</p>
{% else %}
<p class="lead deep-learning-thank-you-text">Thanks for requesting a copy of the Deep Learning with PyTorch book!
<span class="download-book-link"><a href="/assets/deep-learning/Deep-Learning-with-PyTorch.pdf" target="_blank">Click here</a> to download the book.</span>
</p>
<p class="lead deep-learning-landing-text">
Visit the <a href="https://www.manning.com/books/deep-learning-with-pytorch" target="_blank">Manning Early Access Program</a> for the latest chapters.
</p>
{% endif %}
</div>
<div class="col-md-5 deep-learning-book-container {% if page.deep-learning-landing == false %}thank-you-book-container{% endif %}">
<img class="deep-learning-book" src="/assets/images/deep-learning-thumbnail.png">
</div>
</div>
</div>
</div>
<div class="main-content-wrapper {% if page.deep-learning-landing == false %}thank-you-wrapper{% endif %}">
<div class="main-content deep-learning-content">
<div class="container">
{{ content }}
</div>
</div>
</div>
{% include footer.html %}
{% if page.deep-learning-landing == false and jekyll.environment == 'production' %}
{% include deep_learning_event_tracking.html %}
{% endif %}
</body>
</html>