Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

EncodeBase64 and DecodeBase64 ops #259

Closed

Conversation

vabarbosa
Copy link

@vabarbosa vabarbosa commented Jun 11, 2019

the TF implementation of the pix2pix model which fails conversion because of

Unsupported Ops: DecodeJpeg, EncodePng, DecodeBase64

the Open NSFW model also fails conversion with some of the same ops (tensorflow/tfjs#433).

i wanted to try to implement some of these ops in TensorFlow.js. starting with this pull request for DecodeBase64 and EncodeBase64.

along with this tfjs-node PR, there are corresponding PRs in tfjs-core (tensorflow/tfjs-core#1779) and in tfjs-converter (tensorflow/tfjs-converter#376)


This change is Reviewable

@kangyizhang
Copy link

Closing this PR due to repo re-org. Happy to reopen once the corresponding PRs in tfjs-core and tfjs-converter are merged.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants