Home
last modified time | relevance | path

Searched full:dlrm (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/external/pytorch/torch/ao/pruning/_experimental/data_sparsifier/benchmarks/
H A DREADME.md1 # Data Sparsifier Benchmarking using the DLRM Model
4 …ta sparsifier to prune the embedding bags of the [DLRM Model](https://github.com/facebookresearch/
11 …sifier/data_norm_sparsifier.py) is used to sparsify the embeddings of the DLRM model. The model is…
17 The benchmarks are created for the dlrm model on the Kaggle CriteoDataset which can be downloaded f…
28 …s are introduced on the features before feeding into the top layer of the dlrm model. Post that, w…
29 The takeaway is that the dlrm model with sparse coo tensor is slower (roughly 2x). This is because …
35 The benchmark codes depend on the [DLRM codebase](https://github.com/facebookresearch/dlrm).
36 1. Clone the dlrm git repository
38 3. The DLRM model can be trained using the following script
47 4. Copy the scripts data sparsifier benchmark scripts into to the dlrm directory.
[all …]
H A Devaluate_model_metrics.py18 def inference_and_evaluation(dlrm, test_dataloader, device): argument
25 dlrm (nn.Module)
26 dlrm model object
47 Z_test = dlrm(X_test, lS_o_test, lS_i_test)
83 """Evaluates the metrics the sparsified metrics for the dlrm model on various sparsity levels,
H A Devaluate_forward_time.py103 print("Forward Time for Sparse DLRM")
109 print("Forward Time for Normal DLRM")
/aosp_15_r20/external/pytorch/benchmarks/dynamo/
H A Dall_torchbench_models_list.txt23 dlrm
H A Dtorchbench_models_list_cpu.txt6 dlrm,2048
/aosp_15_r20/external/pytorch/benchmarks/dynamo/ci_expected_accuracy/
H A Ddynamic_aot_eager_torchbench_training.csv61 dlrm,pass,6
H A Daot_eager_torchbench_training.csv61 dlrm,pass,6
H A Ddynamic_inductor_torchbench_training.csv61 dlrm,pass,6
H A Dinductor_torchbench_training.csv61 dlrm,pass,6
H A Ddynamo_eager_torchbench_training.csv61 dlrm,pass,6
H A Dcpu_aot_inductor_freezing_torchbench_inference.csv93 dlrm,pass,0
H A Ddynamic_cpu_aot_inductor_amp_freezing_torchbench_inference.csv77 dlrm,pass,0
H A Ddynamic_cpu_aot_inductor_freezing_torchbench_inference.csv77 dlrm,pass,0
H A Dcpu_aot_inductor_amp_freezing_torchbench_inference.csv93 dlrm,pass,0
H A Dcpu_inductor_amp_freezing_torchbench_inference.csv97 dlrm,pass,0
H A Ddynamic_cpu_inductor_torchbench_inference.csv81 dlrm,pass,0
H A Dcpu_inductor_freezing_torchbench_inference.csv97 dlrm,pass,0
H A Ddynamic_inductor_torchbench_inference.csv105 dlrm,pass,0
H A Ddynamic_aot_eager_torchbench_inference.csv105 dlrm,pass,0
H A Dcpu_inductor_torchbench_inference.csv97 dlrm,pass,0
H A Daot_inductor_torchbench_inference.csv97 dlrm,pass,0
H A Dinductor_torchbench_inference.csv105 dlrm,pass,0
H A Ddynamo_eager_torchbench_inference.csv105 dlrm,pass,0
H A Daot_eager_torchbench_inference.csv105 dlrm,pass,0
/aosp_15_r20/external/pytorch/benchmarks/dynamo/ci_expected_accuracy/cu124/
H A Daot_inductor_torchbench_inference.csv101 dlrm,pass,0

12