1

i get EOFError when i run this cell anyone here can help me to solve it, please.

   pckl_in=open("features.pic","rb")
   feat_xx=pickle.load(pckl_in)
   pckl_target_in=open("target.pic","rb")
   target_yy=pickle.load(pckl_target_in)
luis.parravicini
  • 1,214
  • 11
  • 19
  • 1
    Possible duplicate of [Why do I get "Pickle - EOFError: Ran out of input" reading an empty file?](https://stackoverflow.com/questions/24791987/why-do-i-get-pickle-eoferror-ran-out-of-input-reading-an-empty-file) – snakecharmerb Nov 03 '19 at 12:18

0 Answers0