Tejas

Results 2 comments of Tejas

Hello, thank you for making this dataset publicly available and I think your work is going to be pretty useful for a lot of applications. I looked at the `meta.csv`...

@Lvhhhh Use this script to load the model, and run it on new datasets: with tf.Session() as sess: meta_graph_def = tf.saved_model.loader.load( sess, [tf.saved_model.tag_constants.SERVING], path_to_model ) print('\n') signature = meta_graph_def.signature_def signature_key...