Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. FileNotFoundError Traceback (most recent call last)
  2. <ipython-input-4-489e5ad1b538> in <module>()
  3. 1 infogan = INFOGAN()
  4. ----> 2 infogan.train(epochs=50000, batch_size=128, sample_interval=50)
  5.  
  6. 7 frames
  7. /usr/local/lib/python3.6/dist-packages/matplotlib/cbook/__init__.py in to_filehandle(fname, flag, return_opened, encoding)
  8. 390 fh = bz2.BZ2File(fname, flag)
  9. 391 else:
  10. --> 392 fh = open(fname, flag, encoding=encoding)
  11. 393 opened = True
  12. 394 elif hasattr(fname, 'seek'):
  13.  
  14. FileNotFoundError: [Errno 2] No such file or directory: 'images/0.png'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement