pggan-pytorch icon indicating copy to clipboard operation
pggan-pytorch copied to clipboard

Module tkinter is not found

Open pradeeppj opened this issue 6 years ago • 1 comments

pradeeppj avatar Mar 04 '18 21:03 pradeeppj

Add these two lines before the import matplotlib.pylab as plt line.

import matplotlib
matplotlib.use("Agg")

rafaelvalle avatar Jul 01 '18 05:07 rafaelvalle