Skip to content

Tags: duheran/deeplearnjs

Tags

v0.3.13

Toggle v0.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch 'master' into version

v0.3.12

Toggle v0.3.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplify benchmarks & enable them on all devices. (tensorflow#383)

This PR:
* Enables benchmarks on all devices (whitelisted in support.js)
* Makes buttons mobile friendly with MDL.
* Adds viewport meta to the page so it scales for phones
* Moves common benchmark logic to `benchmark_util.warmupAndBenchmarkGPU`. This function warms up the GPU, times, and returns the result, and it changes functionality based on whether timers are enabled.

v0.3.11

Toggle v0.3.11's commit message
update version

v0.3.10

Toggle v0.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to version 0.3.9. (tensorflow#351)

v0.3.9

Toggle v0.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add gl.readPixels check to isFloatTextureReadPixelsEnabled for Safari. (

tensorflow#350)

v0.3.8

Toggle v0.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clone input for reshape nodes on the graph. (tensorflow#341)

v0.3.7

Toggle v0.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix line length (tensorflow#305)

v0.3.6

Toggle v0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix bug in Environment. Don't check for color ext in webgl1 (it's imp…

…licitly enabled) (tensorflow#301)

v0.3.0

Toggle v0.3.0's commit message
0.3.0

v0.2.0

Toggle v0.2.0's commit message
Change conv2d to match TF API (tensorflow#67)

* update the readme and npm package

* update readme

* change conv2d api to take padding same|valid

* Merge branch 'master' into conv

* move logic to math

* some progress

* Merge remote-tracking branch 'origin/master' into conv

* Migrate all conv-related ops

* rename conv2dTranspose to conv2dDerInput

* switch shader indexing from float to int

* revert graph_runner_test

* self review

* Merge remote-tracking branch 'origin/master' into conv

* merge with the branch int_indexing

* fix typos in shaders

* merge with master

* update pool ops

* remove commented out code

* simplify api

* added unit tests for conv/pool

* add doc

* Merge master into conv