models icon indicating copy to clipboard operation
models copied to clipboard

<DLRMv2> Add return of construct_model in dlrm_main.py

Open JunxiChhen opened this issue 1 year ago • 0 comments

Inference DLRMv2 on CPU using dlrm_main.py Issue:

model, optimizer, lr_scheduler = construct_model(args)
TypeError: cannot unpack non-iterable NoneType object

This PR is for this issue fixing.

JunxiChhen avatar Mar 14 '24 05:03 JunxiChhen