mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-04 12:10:45 +02:00
Ajout des TF multiples sequentielles
This commit is contained in:
parent
caf5fad470
commit
c6dd26c29a
204 changed files with 54 additions and 35 deletions
|
@ -126,6 +126,7 @@ def viz_sample_data(imgs, labels, fig_name='data_sample'):
|
|||
plt.xlabel(labels[i].item())
|
||||
|
||||
plt.savefig(fig_name)
|
||||
print("Sample saved :", fig_name)
|
||||
plt.close()
|
||||
|
||||
def model_copy(src,dst, patch_copy=True, copy_grad=True):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue