Environment info
Operating System: iOS
Steps to reproduce
- Follow the contrib/makefile/README to install the tensorflow iOS core lib
- Create my own model with the Image Retraining tutorial
- Run the iOS example, error is logged.
Logs or other output that would be helpful
Running model failed:Invalid argument: No OpKernel was registered to support Op 'DecodeJpeg' with these attrs [[Node: DecodeJpeg = DecodeJpeg[acceptable_fraction=1, channels=3, fancy_upscaling=true, ratio=1, try_recover_truncated=false](DecodeJpeg/contents)]]
Related to
#2754 except that I want to use the pd file generated from the Image Retraining tutorial
Environment info
Operating System: iOS
Steps to reproduce
Logs or other output that would be helpful
Running model failed:Invalid argument: No OpKernel was registered to support Op 'DecodeJpeg' with these attrs [[Node: DecodeJpeg = DecodeJpeg[acceptable_fraction=1, channels=3, fancy_upscaling=true, ratio=1, try_recover_truncated=false](DecodeJpeg/contents)]]Related to
#2754 except that I want to use the pd file generated from the Image Retraining tutorial