run this command from pplbench dir:
python3 PPLBench.py -m robustRegression -l beanmachine-vectorized -s 500 --trials 1
Expected outcome:
Generating data
Starting benchmark; estimated time is 0 hour(s),3 minutes
Outputs will be saved in : ./outputs/19-12-2019_19:21:56
Segmentation fault (core dumped)
System Info
Please provide information about your setup
PyTorch Version (run print(torch.__version__) : 1.2.0
Python version 3.6.9
Additional Context
For the following system (local server) this segfault does not happen.
Linux nanofabrics-server 5.0.0-37-generic #40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Issue Description
When running PPLBench, the Beanmachine-vectorized implementation of Robust Regresssion causes segmentation fault. This occurs in Amazon EC2 Instances
Steps to Reproduce
Linux ip-172-31-10-135 4.15.0-1056-aws #58-Ubuntu SMP Tue Nov 26 15:14:34 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Expected Behavior
What did you expect to happen?
run this command from pplbench dir:
python3 PPLBench.py -m robustRegression -l beanmachine-vectorized -s 500 --trials 1
Expected outcome:
System Info
Please provide information about your setup
print(torch.__version__)
: 1.2.0Additional Context
For the following system (local server) this segfault does not happen.
Linux nanofabrics-server 5.0.0-37-generic #40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux