You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get the 'Quickstart' version of Grover working. As you already know, in order to run contextual_generate.py, TensorFlow-GPU and TensorBoard both version 1.13.1 are required. According to the log, the second code block does run successfully - however, in reality, there seems to be an installation issue since a ModuleNotFoundError is prompted.
Did you run into this issue at all? If so, how were you able to get around it? Some general assistance and explanation would be extremely helpful - perhaps there exists a direct link that can be used for these installations instead?
Sequence of commands executed before running into the problem
Traceback (most recent call last):
File "/content/drive/My Drive/CS/GPT-2/grover/sample/contextual_generate.py", line 1, in <module>
import tensorflow as tf
ModuleNotFoundError: No module named 'tensorflow'
The text was updated successfully, but these errors were encountered:
System information
Description of the problem
Hi Rowanz,
I'm trying to get the 'Quickstart' version of Grover working. As you already know, in order to run contextual_generate.py, TensorFlow-GPU and TensorBoard both version 1.13.1 are required. According to the log, the second code block does run successfully - however, in reality, there seems to be an installation issue since a ModuleNotFoundError is prompted.
Did you run into this issue at all? If so, how were you able to get around it? Some general assistance and explanation would be extremely helpful - perhaps there exists a direct link that can be used for these installations instead?
Sequence of commands executed before running into the problem
Unsuccessful command and traceback
The text was updated successfully, but these errors were encountered: