PAIR-code / what-if-tool

Source code/webpage/demos for the What-If Tool
https://pair-code.github.io/what-if-tool
Apache License 2.0
918 stars 170 forks source link

Jupyter notebook scaling update - with inferences #144

Closed jameswex closed 3 years ago

jameswex commented 3 years ago

@tolga-b changes from https://github.com/PAIR-code/what-if-tool/pull/127 with addition of chunked inferences

tolga-b commented 3 years ago

Thank you for adding inferences to the other cl James. Did you get to test if this resolves the bug we had before where if the inference is the same the frontend would indefinitely wait for the backend (due to the synced variable not triggering update)?

jameswex commented 3 years ago

Thanks Tolga. Just updated this PR to fix the issue (#139)