-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Tensorflow Version: 1.14
OS Version: Elementary OS Loki
Built from Source: No
Code to Reproduce:
$ python3 export.py
import tensorflow_hub as hub
import tensorflow as tf
module = hub.Module("onnx/shufflenet/1")
preds = module(tf.random_normal(shape=[1, 3, 224, 224], dtype=tf.float32)
with tf.Session() as sess:
print(sess.run(preds))
Current Output
Error Thrown
PyFunc:0 not Found
Expected Output:
No Error
CC: @srjoglekar246
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working