Created
June 10, 2019 11:51
-
-
Save shubham-singh-ss/c991624d474b2f82a5cdb6d8e2d261e7 to your computer and use it in GitHub Desktop.
This file contains 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
import json | |
import os | |
import numpy as np | |
import tensorflow as tf | |
import model, sample, encoder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying out your GPT-2 tutorial, after following every instruction and snippet of code when I executed the above code. from this tutorial. I encountered an error
ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory
. Please help me, how can I sort this error?