Open lgvaz opened 4 years ago
The tfms argument is only used for the NormalizeAll transform and should not receive other transforms.
tfms
NormalizeAll
Can possibly substitute it directly with pretrained_img_stats or something like that.
pretrained_img_stats
The
tfms
argument is only used for theNormalizeAll
transform and should not receive other transforms.Can possibly substitute it directly with
pretrained_img_stats
or something like that.