You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Benchmark the new PyT data loader with the REES46 ecommerce dataset, using multiple GPUs
Train set: All train.parquet files for 31 days (1 parquet file by week). P.s. Set row group size accordingly
Eval set: All valid.parquet files concatenated
Create a recsys_main.py variation for non-incremental training
Train with 3 weeks and evaluate on the last week
Run experiments varying the number of GPUs: Single GPU, Multi-GPU Data Parallel, Multi-GPU Distributed DataParallel
Benchmark the new PyT data loader with the REES46 ecommerce dataset, using multiple GPUs
Train set: All train.parquet files for 31 days (1 parquet file by week). P.s. Set row group size accordingly
Eval set: All valid.parquet files concatenated