File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Follow along with the video below or on `youtube <https://www.youtube.com/watch?
14
14
<iframe width =" 560" height =" 315" src =" https://www.youtube.com/embed/cjgj41dvSeQ" frameborder =" 0" allow =" accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen ></iframe >
15
15
</div >
16
16
17
- Frequently, when building recommendation systems, we want to represent
17
+ When building recommendation systems, we frequently want to represent
18
18
entities like products or pages with embeddings. For example, see Meta
19
19
AI’s `Deep learning recommendation
20
20
model <https://arxiv.org/abs/1906.00091> `__, or DLRM. As the number of
@@ -31,7 +31,7 @@ Installation
31
31
32
32
Requirements: python >= 3.7
33
33
34
- We highly recommend CUDA when using TorchRec. If using CUDA: cuda >= 11.0
34
+ We highly recommend CUDA when using TorchRec ( If using CUDA: cuda >= 11.0).
35
35
36
36
37
37
.. code :: shell
You can’t perform that action at this time.
0 commit comments