mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-04 04:00:46 +02:00
Transfert TF loader vers transformations.py
This commit is contained in:
parent
d53b385c43
commit
f2cf244801
3 changed files with 123 additions and 123 deletions
|
@ -6,9 +6,10 @@ from LeNet import *
|
|||
from dataug import *
|
||||
#from utils import *
|
||||
from train_utils import *
|
||||
#from transformations import TF_loader
|
||||
|
||||
postfix=''
|
||||
TF_loader=TF_loader()
|
||||
TF_loader=TF.TF_loader()
|
||||
|
||||
device = torch.device('cuda') #Select device to use
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue