James Wexler

Results 228 comments of James Wexler
trafficstars

Thanks for reaching out. What format is your data in that you want to pass to facets-overview? You'll need to take your input data and run analysis on it to...

You should be able to set the protoInput attribute on the facets-overview html element to the proto you have created, as shown in those two links above. The first link...

Are you just trying to use the visualizations out-of-the-box? If so, no need to clone the repo to get facets-jupyter.html. See the second cell in https://colab.sandbox.google.com/github/PAIR-code/facets/blob/master/colab_facets.ipynb#scrollTo=XtOzRy8Z3M36 as an example of...

Do the 404 errors occur in chrome as well, but still things work? If so, I think you can ignore them. For getting it working in Safari, I think possibly...

Thanks for reaching out. @kumarvrsec I can attempt to repro your issue if you are able to share your saved model with me. What exact error are you seeing as...

Thanks for the link. The first issue is that your predict_minibatch function is not returning a list of dictionaries (1 per input example). It is only returning a single dictionary...

Correct that the input will be a list of dictionaries of {'text": ..., 'label': ...}. That list wont contain all examples in the data corpus. LIT splits the data into...

Can you provide your updated python file with your changes? Thanks.

Can you provide the link to your code / model / dataset so we can reproduce, if possible?

We will reproduce this locally and work on a fix. Thanks for discovering the issue!