-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No datapoints are loaded #200
Comments
Hi Issavedr, I am facing ths same isuue. were you able to fix this? |
unfortunately no
I think is related with package compatibility version. Any clue?
…On Wed, Feb 23, 2022 at 10:38 PM Sudhir Deshmukh ***@***.***> wrote:
Hi Issavedr,
I am facing ths same isuue.
were you able to fix this?
—
Reply to this email directly, view it on GitHub
<#200 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD7LS3TPGSXQAPUKMT3Q2ZTU4WD3BANCNFSM5PES73DQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thx I see this issue in Vertex AI notebooks and will take a look later this week to figure out root cause. Note that if you run WIT in a colab notebook (including running the code from that codelab in a colab notebook), then the issue does not occur and WIT works correctly, |
Yes indeed, I tested in colab and it worked!
Thanks
…On Mon, Feb 28, 2022 at 6:16 PM James Wexler ***@***.***> wrote:
Thx I see this issue in Vertex AI notebooks and will take a look later
this week to figure out root cause. Note that if you run WIT in a colab
notebook (including running the code from that codelab in a colab
notebook), then the issue does not occur and WIT works correctly,
—
Reply to this email directly, view it on GitHub
<#200 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD7LS3UG7YJPWYDSDXA2QJDU5PQZBANCNFSM5PES73DQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Update: I'm working with the vertex notebook team to debug the issue, which seems specific to user-managed vertex ai notebooks. |
Cool, thanks!
…On Wed, 9 Mar 2022 at 11:59 James Wexler ***@***.***> wrote:
Update: I'm working with the vertex notebook team to debug the issue,
which seems specific to user-managed vertex ai notebooks.
—
Reply to this email directly, view it on GitHub
<#200 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD7LS3RZWB2YS3AEPFP4GCLU7C4EPANCNFSM5PES73DQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hello @jameswex, Thanks |
I'm not aware of any issue in plain jupyter notebooks. Can you provide the versions you are using for jupyter and wit packages, how you installed them, and the extra repro steps? Thanks. |
Thanks for the response. Please see below an extract from pip freeze for the jupyter and wit packages.
I had to downgrade the version of ipywidgets as the current one throws an error and from research online, it was recommended to use this earlier version. This at least gets the interface of wit to show up in the notebook. Below is the code I am using. Unfortunately, I am using a locally developed library to train a classifier on hand digit mnist (2 classes). The resulting model has been used as part of the custom prediction method to get the scores (+ve and -ve) as recommended by the documentation of WIT. Here is a sample example: [[53.120157671281945, Here is a sample out from custom_predict_2:
Please let me know if this helps or if I need to add some further information. Thanks a lot. |
This is helpful @Lagyamfi , thanks. I also am struggling to get WIT working in a jupyter notebook for me in a fresh environment right now. Unfortunately, we have moved on from regular development of the WIT tool, focusing instead on the newer and more-fully-featured and flexible LIT tool (https://pair-code.github.io/lit/, https://github.com/pair-code/lit). I did verify that code similar to yours does load in WIT correctly when using Colab notebooks, which is one possible option for you. You might also want to look into using LIT instead of WIT as it has more features and flexibility. In the new year I do plan on updating the WIT website and repo to point people to the LIT tool as an alternative that is being actively developed. |
Thanks a lot @jameswex for verifying this. You are right it turns to run with no issues on colab. I will check out the LIT tool. |
Hi I've made this tutorial https://codelabs.developers.google.com/vertex-xgb-wit#6
and the widget showed up without any data.
I checked the variables and they do have data.
Any clue?
Thanks
The text was updated successfully, but these errors were encountered: