question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Notebooks don't work as-is

See original GitHub issue

For 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:closed
  • Created 3 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
jspisakcommented, Jun 9, 2020

Hey Folks - i still see the NBs failing after pip installing HummingBird. Is there an ETA to update PyPI?

0reactions
ksaurcommented, Jun 10, 2020
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found