Peng Zhang

Results 2 issues of Peng Zhang

Got this error when loading a model that contains sys.argv ``` LoadNeuropod modelPath = user_model/neuropod.zip failed: AttributeError: module 'sys' has no attribute 'argv' At: /[redacted]/env/lib/python3.6/site-packages/ludwig/contrib.py(35): contrib_import /[redacted]/env/lib/python3.6/site-packages/ludwig/api.py(38): (219): _call_with_frames_removed (678):...

**Is your feature request related to a problem? Please describe.** It seems we add the sample_weight_col in [data loading of remote function](https://github.com/horovod/horovod/blob/2436af9d1c0681090919e314e0cfbd9bc13d7a53/horovod/spark/keras/remote.py#L195), but I do not see the trainer actually...

enhancement
spark