Linchenn
Linchenn
This PR moves CodeSnippet to benchmark from server sider to client side. Specifically: Previously, CodeSnippet is hard-coded in a server file (benchmark_model.js), which will be executed by BrowserStack instances. This...
When executing AutoML Object model with the following code snippet, it works for `3.19.0` version of WebGL backend, but it does not work for the [current github repo](https://github.com/tensorflow/tfjs/tree/f5b469bca042cf7d4144eb6f65e143a15c975805). ```js const...
DeepLabV3 with cityscapes takes long time to execute and we need to figure out the reason and then add it.
We could add a function for the local-benchmark tool: Provides a button and when users click it, it would encode all paramter setting in the current page-view and construct an...
This template is for miscellaneous issues not covered by the other issue categories. For questions on how to work with TensorFlow.js, or support for problems that are not verified bugs...
This PR is just for proof-of-concept use and is not intended to be merged. This PR: * Assumes the size of the last dimension of all tensor are multiples of...
**Will not merge this into code base** Will use this code snippet to compare the conv2d's performance of the experimental dense implementation, https://github.com/tensorflow/tfjs/pull/6566, against the current implementation. ## Browserstack benchmark...
TensorFlow's `BatchMatMulV2` op performs the same behavior as the `BatchMatMul` op in all tfjs backends. We want to support `BatchMatMulV2` in the converter. https://github.com/tensorflow/tfjs/pull/6477
WebGL backend is supposed to support 5D or 6D inputs for `gatherND` op. ## issue However, WebGL backend throws an error for such inputs because of the following codes in...
Follow up for https://github.com/tensorflow/tfjs/pull/6760.