Skip to content

Instantly share code, notes, and snippets.

@loretoparisi
Created August 31, 2016 14:06
Show Gist options
  • Select an option

  • Save loretoparisi/ac5afdb0c9b9e28df38c5e6cd9fd1799 to your computer and use it in GitHub Desktop.

Select an option

Save loretoparisi/ac5afdb0c9b9e28df38c5e6cd9fd1799 to your computer and use it in GitHub Desktop.
Load a file with Picke
import pickle
file = open("~/.keras/datasets/imdb_full.pkl",'rb')
file = open(".keras/datasets/imdb_full.pkl",'rb')
object_file = pickle.load(file)
file.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment