Skip to content

Instantly share code, notes, and snippets.

@shubham-singh-ss
Created June 10, 2019 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shubham-singh-ss/c991624d474b2f82a5cdb6d8e2d261e7 to your computer and use it in GitHub Desktop.
Save shubham-singh-ss/c991624d474b2f82a5cdb6d8e2d261e7 to your computer and use it in GitHub Desktop.
import json
import os
import numpy as np
import tensorflow as tf
import model, sample, encoder
@Samar-080301
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment