"googlemock/include/gmock/gmock-matchers.h" did not exist on "a1a98f840e25692ddcb0ca872aaf8362a2b4e088"
get-dlrm-v2-data.md 835 Bytes
Newer Older
yangzhong's avatar
yangzhong committed
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
---
hide:
  - toc
---

# Recommendation using DLRM v2

## Dataset

The benchmark implementation run command will automatically download the validation and calibration datasets and do the necessary preprocessing. In case you want to download only the datasets, you can use the below commands.

=== "Validation"
    DLRM validation run uses the Criteo dataset (Day 23).

    ### Get Validation Dataset
    ```
    cm run script --tags=get,dataset,criteo,_validation -j
    ```
## Model
The benchmark implementation run command will automatically download the required model and do the necessary conversions. In case you want to only download the official model, you can use the below commands.

Get the Official MLPerf DLRM v2 Model

=== "Pytorch"

    ### Pytorch
    ```
    cm run script --tags=get,ml-model,dlrm,_pytorch -j
    ```