5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Here's the flow of how the callback hooks are executed:
19
19
20
20
.. raw :: html
21
21
22
- <video width =" 100%" controls autoplay src =" https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/pl_docs/pt_callbacks_mov.m4v" ></video >
22
+ <video width =" 100%" controls autoplay muted playsinline src =" https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/pl_docs/pt_callbacks_mov.m4v" ></video >
23
23
24
24
An overall Lightning system should have:
25
25
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A datamodule is a shareable, reusable class that encapsulates all the steps need
6
6
7
7
.. raw :: html
8
8
9
- <video width =" 100%" controls src =" https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/pl_docs/pt_dm_vid.m4v" ></video >
9
+ <video width =" 100%" controls autoplay muted playsinline src =" https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/pl_docs/pt_dm_vid.m4v" ></video >
10
10
11
11
|
12
12
Original file line number Diff line number Diff line change @@ -1067,7 +1067,7 @@ Switching your model to Lightning is straight forward - here's a 2-minute video
1067
1067
1068
1068
.. raw :: html
1069
1069
1070
- <video width =" 100%" controls autoplay src =" https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/pl_docs/pl_quick_start_full.m4v" ></video >
1070
+ <video width =" 100%" controls autoplay muted playsinline src =" https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/pl_docs/pl_quick_start_full.m4v" ></video >
1071
1071
1072
1072
Your projects WILL grow in complexity and you WILL end up engineering more than trying out new ideas...
1073
1073
Defer the hardest parts to Lightning!
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ A :class:`~LightningModule` organizes your PyTorch code into 5 sections
16
16
17
17
.. raw :: html
18
18
19
- <video width =" 100%" controls autoplay src =" https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/pl_docs/pl_mod_vid.m4v" ></video >
19
+ <video width =" 100%" controls autoplay muted playsinline src =" https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/pl_docs/pl_mod_vid.m4v" ></video >
20
20
21
21
|
22
22
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Here's a 2 minute conversion guide for PyTorch projects:
33
33
34
34
.. raw :: html
35
35
36
- <video width =" 100%" controls autoplay src =" https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/pl_docs/pl_quick_start_full.m4v" ></video >
36
+ <video width =" 100%" controls autoplay muted playsinline src =" https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/pl_docs/pl_quick_start_full.m4v" ></video >
37
37
38
38
----------
39
39
0 commit comments