-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Labels
Comments
Added support for resizeBilinear. |
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
The converter of tensorflowjs-0.1.1 still does not seem to provide support for ResizeBilinear. |
@chenjin3 I believe it will be part of next release. You can check out the master branch of tfjs-converter and install it manually. |
@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
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.
The text was updated successfully, but these errors were encountered: