updates
This commit is contained in:
parent
4b7eb0aec9
commit
2e74f4be41
|
@ -501,6 +501,7 @@ def plot_images(imgs, targets, fname='images.jpg'):
|
|||
plt.axis('off')
|
||||
fig.tight_layout()
|
||||
fig.savefig(fname, dpi=fig.dpi)
|
||||
plt.close()
|
||||
|
||||
|
||||
def plot_results(start=0, stop=0): # from utils.utils import *; plot_results()
|
||||
|
|
Loading…
Reference in New Issue