James Wexler

Results 228 comments of James Wexler
trafficstars

@iftenney check out code as well

I don't have any experience with dash-plotly. Did your above code work?

@kumarvrsec does each tweet have a single class, or are multiple labels applicable per example? If just a single class per example, then its within the current capabilities. If multi-label...

The protocol buffer that Facets Overview displays does have the ability to add in custom stats that it will display: https://github.com/PAIR-code/facets/blob/master/facets_overview/proto/feature_statistics.proto#L89 For example, in the notebook https://github.com/PAIR-code/facets/blob/master/facets_overview/Overview_demo.ipynb, after creating the...

can you try changing you notebook's HTML_TEMPLATE to pull facets dive from github as opposed to your locally installed facets dive dist HTML? Use this link tag in your html...

We have not tried LIT in SageMaker before, so it's not surprising that there might be some issues. Perhaps it could be related to a proxy server being used by...

It's not simple for me to get an AWS instance to test with. Would you be willing to try this in your notebook: ``` import pandas as pd pd.DataFrame(list(models['sst_tiny'].predict(datasets['sst_dev']._examples[0:2]))) ```...

> An error says "Uncaught error: 'NoneType' object is not subscriptable (and 3 other errors)" at the bottom of GUI. If you click that error text at the bottom of...

Thanks! That seems to suggest that the payload in the `get_preds` HTTP Post request from the front-end to the backend, when the server is launched inside of SageMaker, is losing...

Keep me updated on anything they say back. Hopefully there's some change we can make in LIT to support SageMaker, if we've identified the true problem here.