Brian Dubois

Results 12 comments of Brian Dubois

The request is triggering the logic in werkzeug that parses chunked HTTP requests but the request is presumably not actually chunked encoded. Which browser are you using? If you're using...

If this does turn out to be the same root cause as the problems of running Colab in Chrome, the Colab team have been investigating. We expect them to keep...

Indeed we haven't been able to prioritize this. It still seems like a valuable feature to build. We do welcome contributions from the community if you are interested in building...

That part of the web application is actually built in Polymer (not Angular), which is probably still foreign to you. And the backend/http parts are built in Python, which I...

Hi Corwinpro, there was some discussion about this and your PR. There are a couple folks willing to help you shepherd this into the repo. I've created a new issue...

Hi, I tried to reproduce but it worked for me. Does the browser console or your command line terminal print any useful error messages? Also consider following the instructions on...

Hi @pritamdodeja , The profiler is at its own repo: https://github.com/tensorflow/profiler/issues Could you reraise this issue there and perhaps mention the information from @foxik in case this really is a...

Sorry for the delayed response: As far as I know, the only place where the list of pinned graphs is stored is in the app's memory and the URL. This...

My initial thought is that this could be the same problem as recently discovered in https://github.com/tensorflow/tensorboard/issues/5489. Can you confirm which browser you are using on iOS? Can you confirm which...

Thanks for the additional details. I was able to reproduce the problem on a simulator and that it is fixed by https://github.com/tensorflow/tensorboard/pull/5495. It's the same root cause as https://github.com/tensorflow/tensorboard/issues/5489.