Installing GPU support for LightGBM on Google Collab
问题 Anyone got luck trying to install GPU support for lightgbm on Google Collab using the Notebooks there ? 回答1: Most of it was following the documentation provided here, with two small tweaks to make it work on Google Colab. Since the instances are renewed after 12 hours of usage, I post this at the beginning of my notebook to reinstall GPU support with lightgbm : !apt-get -qq install --no-install-recommends nvidia-375 !apt-get -qq install --no-install-recommends nvidia-opencl-icd-375 nvidia