Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Pinned
repositories
1,104 contributions in the last year
Activity overview
Contributed to
tensorflow/tfjs-core,
tensorflow/tfjs,
tensorflow/tfjs-layers
and 5 other
repositories

Contribution activity
February 2019
Created a pull request in tensorflow/tfjs-data that received 3 comments
Rename dataset.forEach() to dataset.each()
Fixes tensorflow/tfjs#1236 This change is
+44
−36
•
3
comments
- 0.15.x Cherry pick #1581
- Expose useful tf.util.* methods to our docs
- 0.15.x Cherry pick #1577
- Fix shallow slice bugs: dtype and mem leak
- Bump version to 0.15.3
- Remove unused shader compiler code
- 0.15.x: Cherry pick https://github.com/tensorflow/tfjs-core/pull/1537
- Make varianceEpsilon an optional param with a default value assigned at run-time
- Fix inline await to make Closure happy
- Rename batchNormalization to batchNorm and reorder args
- Remove inline await statement to make it compatible with latest closure
- Remove Tensor.get(). Make tensor.buffer() async. Add tensor.array()
- Always test for a fence with gl2.clientWaitSync(sync, 0, 0)
- 0.8.x Use batchNorm instead of batchNormalization
- Bump version to alpha5
- 0.8.x: Cherry pick #306
- Remove js-base64 external dep which breaks the library
- Update version of converter to alpha4
- 0.8.x Cherry pick https://github.com/tensorflow/tfjs-converter/pull/303
- 0.8.x Depend on latest core and update version to 0.8.2
- 0.8.x: Update version to 0.8.2 and depend on latest core
- Replace tf.fromPixels with tf.browser.fromPixels
- Cut off negative values for padAlongDim in computing convInfo.padInfo
- Expose useful tf.util.* methods to our docs
- Add fill kernel in backend
- Add documentation for enableProdMode and add a method enableDebugMode.
- Fix shallow slice bugs: dtype and mem leak
- Adds helper test util for checking that tensors have changed value
- Add dispose() to the Optimizer base class
- Point to the non-deprecated TSLint extension for VSCode.
- 0.15.x: Update to 0.15.2.
- Update core to 1.0.0-alpha3.
- cherry-pick to 0.15.x: [io] Add new interface LoadOptions (#1555)
- Make varianceEpsilon an optional param with a default value assigned at run-time
- Assert dimensions of a shape are non-negative integers.
- Call rollup -c when running publish-local.
- [io] Add new interface LoadOptions
- Update core at master to 1.0.0-alpha2
- Update 0.15.x release branch to 0.15.1.
- use the env.global for looking up fetch method
- Cherry pick to 0.15.x: Rename batchNormalization to batchNorm and reorder args
- Rename batchNormalization to batchNorm and reorder args
- 0.15.x: Add deprecation warnings for Tensor.get, Tensor.buffer, tf.fromPixels, and tf.toPixels
- Cherry pick to 0.15.x: Make tf.browser.fromPixels / toPixels and route tf.fromPixels / tf.toPixels to it.
- make sure shallowSlice use the tensor dtype instead of dataId dtype
- Make tf.browser.fromPixels / toPixels and route tf.fromPixels / tf.toPixels to it.
- Cherry pick 0.15.x: Add tf.deprecationWarn() and tf.disableDeprecationWarnings()
- Some pull request reviews not shown.
- Add instructions to readme that indicates how to install peer dependencies, also specify the correct standalone script tags
- Add toxicity model based on the Universal Sentence Encoder.
- Bump version of USE to 0.0.2
- Make it possible to use encoder separately
- Fix a parcel build warning; Bump version to 0.2.5
- missing command in demo readme
- Add the Universal Sentence Encoder lite.
- Check shuffle and prefetch bufferSize argument and provide defaults.
- 0.2.x: Update tfjs-data to 0.2.2
- Update tfjs-data to 1.0.0-alpha3
- Rename dataset.forEach() to dataset.each()
- Fix a bug with tf.data.generator and built-in generators
- Don't walk into arrays when batching; output {xs: ..., ys: ...}
- Update tfjs-data version to 1.0.0-alpha2 and core version to 1.0.0-alpha2
Created an issue in tensorflow/tfjs that received 5 comments
dataset.shuffle() gets stuck in infinite loop
Datasets with shuffle()
transform freeze the browser.
Repro:
function* data() { for (let i = 0; i < 10; i++) { yield i; }
}
const d = tf.data.gener…
5
comments
- Add integration tests for off-the-shelf tfjs-models
- Add integration tests with <script> tags
- Rename dataset.forEach() to dataset.each() to avoid confusion with Array.forEach()
- Fix C++ warnings in yarn test in tfjs-node
- Expose useful tf.util.* methods to our docs
- Add integration tests for data + layers
- Be flexible on Content-Type when loading model weights/topology