Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support tf.resizeBilinear in the TensorFlow SavedModel converter. #160

Closed
nsthorat opened this issue Apr 9, 2018 · 4 comments
Closed

Support tf.resizeBilinear in the TensorFlow SavedModel converter. #160

nsthorat opened this issue Apr 9, 2018 · 4 comments
Assignees

Comments

@nsthorat
Copy link
Contributor

nsthorat commented Apr 9, 2018

We currently support tf.resizeBilinear in core, but don't support it in the converter.

Let's prioritize this since we've been asked by some folks.

@pyu10055
Copy link
Collaborator

pyu10055 commented Apr 9, 2018

Added support for resizeBilinear.

@pyu10055 pyu10055 closed this as completed Apr 9, 2018
easadler pushed a commit to easadler/tfjs that referenced this issue Apr 12, 2018
* add multinomial

* add cpu implementation and tests

* add onehot operation

* resolve comments
@chenjin3
Copy link

The converter of tensorflowjs-0.1.1 still does not seem to provide support for ResizeBilinear.

@manrajgrover
Copy link
Contributor

@chenjin3 I believe it will be part of next release. You can check out the master branch of tfjs-converter and install it manually.

@chenjin3
Copy link

@manrajgrover It works! Thank you for your guide.

nsthorat pushed a commit that referenced this issue Aug 19, 2019
* Bump tfjs dependency version: 0.12.7 --> 0.13.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants