Created
November 28, 2019 16:34
-
-
Save gaphex/999b185b1257dde064e4725960838962 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sess = tf.Session(graph=restored_graph) | |
| t_data = ["What would happen if earth stopped rotating? ||| What would happen if the Earth rotation suddenly stop?"] | |
| y_out = sess.run(y, feed_dict={ | |
| x: np.array(t_data).reshape((-1,1)) | |
| }) | |
| y_out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment