Unverified Commit ee6fdda1 authored by Taylor Robie's avatar Taylor Robie Committed by GitHub
Browse files

add shell script with default MLPerf parameters (#4751)

parent de715b33
#!/bin/bash
# Run script for MLPerf
python3 ncf_main.py -dataset ml-20m -hooks "" -hr_threshold 0.9562 -train_epochs 100 -learning_rate 0.0005 -batch_size 2048 -layers 256,256,128,64 -num_factors 64
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment