tf.image.decode_image can not output image shape #92
Yaoxingtian
started this conversation in
General
Replies: 1 comment
-
Hi, this is most likely a mismatch between versions. If you are using TF 1.15 and TFC 1.3, you need to download the model script from here. This is the corresponding older version of the script. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi, thanks for your opensource. the problem is as below, tf1.15 version cannot work of tf.image.decode_image, any solutions to solve this problem ? thanks so much!
File "tfci.py", line 124, in compress
bitstring = compress_image(model, input_image)
File "tfci.py", line 107, in compress_image
packed.pack(tensors)
TypeError: pack() missing 1 required positional argument: 'arrays'
Beta Was this translation helpful? Give feedback.
All reactions