-
Notifications
You must be signed in to change notification settings - Fork 275
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The NYCTaxi-E2E notebook is throwing boolean and rmm errors:
distributed.worker - WARNING - Compute Failed
Function: train_part
args: ({'DMLC_NUM_WORKER': 4, 'DMLC_TRACKER_URI': '100.71.242.28', 'DMLC_TRACKER_PORT': 9091}, {'learning_rate': 0.3, 'max_depth': 8, 'objective': 'reg:squarederror', 'subsample': 0.6, 'gamma': 1, 'silent': True, 'verbose_eval': True, 'tree_method': 'gpu_hist', 'n_gpus': 1, 'nthread': 1}, [( day day_of_week diff dropoff_latitude dropoff_latitude_r ... pickup_longitude pickup_longitude_r rate_code trip_distance year
0 9 4.0 426000 40.731789 40.730000 ... -73.994766 -74.000000 1 0.7 2014
1 9 4.0 540000 40.763996 40.759998 ... -73.982391 -73.989998 1 1.4 2014
2 9 4.0 899000 40.765217 40.759998 ... -73.988571 -73.989998 1 2.3 2014
3 9 4.0 403000 40.777050 40.770000 ... -73.960213 -73.970001
kwargs: {'dmatrix_kwargs': {}, 'num_boost_round': 100}
Exception: XGBoostError('[20:25:24] /conda/conda-bld/xgboost_1571337679414/work/src/data/simple_csr_source.cu:161: Boolean is not supported.\nStack trace:\n [bt] (0) /opt/conda/envs/rapids/lib/libxgboost.so(+0xc9594) [0x7f85a4a83594]\n [bt] (1) /opt/conda/envs/rapids/lib/libxgboost.so(xgboost::data::SimpleCSRSource::FromDeviceColumnar(std::vector<xgboost::Json, std::allocator<xgboost::Json> > const&, bool, float)+0x743) [0x7f85a4c66443]\n [bt] (2) /opt/conda/envs/rapids/lib/libxgboost.so(xgboost::data::SimpleCSRSource::CopyFrom(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, float)+0xc74) [0x7f85a4ade9e4]\n [bt] (3) /opt/conda/envs/rapids/lib/libxgboost.so(XGDMatrixCreateFromArrayInterfaces+0x1c8) [0x7f85a4a91b08]\n [bt] (4) /opt/conda/envs/rapids/lib/python3.6/lib-dynload/../../libffi.so.6(ffi_call_unix64+0x4c) [0x7f88c6405630]\n [bt] (5) /opt/conda/envs/rapids/lib/python3.6/lib-dynload/../../libffi.so.6(ffi_call+0x22d) [0x7f88c6404fed]\n [bt] (6) /opt/conda/envs/rapids/lib/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so(_ctypes_callproc+0x2ce) [0x7f88c641c00e]\n [bt] (7) /opt/conda/envs/rapids/lib/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so(+0x13a45) [0x7f88c641ca45]\n [bt] (8) /opt/conda/envs/rapids/bin/python(_PyObject_FastCallDict+0x8b) [0x55ea6ea7f7bb]\n\n',)
distributed.worker - WARNING - Compute Failed
Function: execute_task
args: ((subgraph_callable, (subgraph_callable, (subgraph_callable, (subgraph_callable, (<function apply at 0x7f88c64bd378>, <function _read_csv at 0x7f86cf48b0d0>, ['/home/dell/rapids/data/nyc-taxi/yellow_tripdata_2014-08.csv', array([dtype('O'), dtype('O'), dtype('O'), dtype('int64'),
dtype('float64'), dtype('float64'), dtype('float64'),
dtype('int64'), dtype('O'), dtype('float64'), dtype('float64'),
dtype('O'), dtype('float64'), dtype('float64'), dtype('float64'),
dtype('float64'), dtype('float64'), dtype('float64')], dtype=object)], {'byte_range': (1342177280, 268435456), 'names': Index(['vendor_id', ' pickup_datetime', ' dropoff_datetime',
' passenger_count', ' trip_distance', ' pickup_longitude',
' pickup_latitude', ' rate_code', ' store_and_fwd_flag',
' dropoff_longitude', ' dropoff_latitude', ' payment_type',
' fare_amount', ' surcharge', ' mta_tax', ' tip_amount',
' tolls_amount', ' total_amount'],
dtype='object'),
kwargs: {}
Exception: RuntimeError('RMM error encountered at: /conda/conda-bld/libcudf_1571332820798/work/cpp/src/io/utilities/wrapper_utils.hpp:78: 4 RMM_ERROR_OUT_OF_MEMORY',)
Steps/Code to reproduce bug
running the notebook via docker image rapidsai/rapidsai:0.10-cuda10.1-runtime-ubuntu18.04
Environment details (please complete the following information):
- Environment location: Docker
- Method of RAPIDS libraries install: Docker
- commands used:
docker run --gpus all --rm -it --net=host -p 8888:8888 -p 8787:8787 -p 8786:8786 -v /home/rapids/notebooks-contrib/:/rapids/notebooks/contrib/ -v /home/rapids/data/:/data/ rapidsai/rapidsai:0.10-cuda10.1-runtime-ubuntu18.04
- commands used:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working