Notebooks don't work as-is
See original GitHub issueFor example, the lightgbm example notebook has:
from hummingbird.ml import convert
and then
hb_model = convert(model, 'pytorch')
This returns an error:
In [14]: hb_model = convert(model, 'pytorch')
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-14-5658f007aeed> in <module>
----> 1 hb_model = convert(model, 'pytorch')
TypeError: 'module' object is not callable
Should it instead be:
from hummingbird.ml.convert import convert_lightgbm as convert
?
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Notebook cannot power on and shows black screen ... - ASUS
Re-install the battery (for removable battery models) and connect the AC adapter, then try to restart your laptop. Solution #2: (Power light is ......
Read more >[Notebook] Troubleshooting - How to fix Notebook Keyboard ...
First, find the latest version of [ASUS System Control Interface driver] under the category of Software and Utility. Left-click the DOWNLOAD ...
Read more >[Notebook] Troubleshooting - How to fix the Touchpad ... - ASUS
Reinstall the ASUS Precision Touchpad driver. Right-click [ASUS Precision Touchpad]⑥, then select [Uninstall device]⑦. Select [Delete the ...
Read more >[Notebook] Troubleshooting - How to fix the battery cannot ...
Power off the computer. Remove the AC adapter. Note: Please don't remove the AC adapter for ASUS laptop TP420IA and UX425IA model.
Read more >[Notebook/AIO] Troubleshooting - Main (Internal) Display ...
If the display problem is still existing in the BIOS configuration, which means the screen hardware may be defective, and we recommend you...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey Folks - i still see the NBs failing after pip installing HummingBird. Is there an ETA to update PyPI?
pushed https://pypi.org/project/hummingbird-ml/0.0.2/