unlinken of already processed training files (seed dependent audio augmentation)
This commit is contained in:
parent
d929149a15
commit
c494366691
@ -14,6 +14,8 @@ class Plotter(object):
|
|||||||
if naked:
|
if naked:
|
||||||
plt.axis('off')
|
plt.axis('off')
|
||||||
fig.savefig(path, bbox_inches='tight', transparent=True, pad_inches=0)
|
fig.savefig(path, bbox_inches='tight', transparent=True, pad_inches=0)
|
||||||
|
fig.clf()
|
||||||
|
else:
|
||||||
fig.savefig(path)
|
fig.savefig(path)
|
||||||
fig.clf()
|
fig.clf()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user